Orator v0.9.10 Release Notes
Release Date: 2020-09-28 // over 5 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
AttributeErrorwhen 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.