This repository has been archived by the owner on May 14, 2024. It is now read-only.
0.8.2
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).