Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

0.8.2

Compare
Choose a tag to compare
@sdispater sdispater released this 25 Jul 23:29
· 149 commits to 0.9 since this release

Fixes

ORM

  • Fixing a possible Memory Error: stack overflow error when accessing relations.
  • Fixing builder copying process to avoir issues with PyMySQL(thanks to ihumanable).

Commands

  • Fixing the -n/--no-interaction option not automatically confirming questions.
  • Removing the check character in migration commands output to avoid errors on Windows.

Connection

  • Updating connectors to raise an exception when backend packages are missing.
  • Adding standard name resolution to the purge method (thanks to ihumanable).

DBAL

  • Fixing setting foreign key constraint name for MySQL.
  • Handling missing constraint_name for sqlite (thanks to ihumanable).