Orator v0.9.6 Release Notes

Release Date: 2017-05-16 // almost 7 years ago
  • ➕ Added

    • ➕ Added support for DATE types in models.
    • ➕ Added support for fractional seconds for the TIMESTAMP type in MySQL 5.6.4+.
    • ➕ Added support for fractional seconds for the TIMESTAMP and TIME types in PostreSQL.

    🔄 Changed

    • 👌 Improved implementation of the chunk method.

    🛠 Fixed

    • 🛠 Fixed timezone offset errors when inserting datetime aware objects into PostgreSQL.
    • Fixed a bug occurring when using __touches__ with an optional relationship.
    • 🛠 Fixed collections serialization when using the query builder