Orator v0.9.10 Release Notes

Release Date: 2020-09-28 // over 3 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.