Orator v0.9.10 Release Notes
Release Date: 2020-09-28 // over 4 years ago-
๐ Change Log
- ๐ Fixes issue with MySQL auto commit being closed while inside a transaction
Previous changes from v0.9.9
-
๐ Fixed
- ๐ Fixed missing relationships when eager loading multiple nested relationships.
- ๐ Fixed a possible
AttributeError
when starting a transaction. - ๐ Fixed an infinite recursion when using
where_exists()
on a soft-deletable model. - ๐ Fixed some cases where a reconnection would not occur for PostgreSQL.