Orator v0.9.0 Release Notes

Release Date: 2016-09-15 // over 7 years ago
  • ๐Ÿ”„ Changed

    ORM
    • โœ‚ Removed arrow support for pendulum.
    Connection
    • ๐Ÿ‘Œ Improved connectors.
    Schema
    • 0๏ธโƒฃ Makes the use_current=True the default for timestamps().
    Query
    • ๐Ÿ‘ Allow usage of qmark syntax for all backends.
    • Made QueryBuilder return Collections.
    • ๐Ÿ”€ Merging queries also merges columns.
    • ๐Ÿ— Made query builder results accessible by attributes.
    DBAL
    • ๐Ÿ‘Œ Improved connectors and dbal to detect platform versions.
    Collections
    • โœ‚ Removed Collection code and uses backpack package instead.

    ๐Ÿ›  Fixed

    ORM
    • ๐Ÿ›  Fixed the update of pivots.
    • ๐Ÿ›  Fixed behavior for dates accessor.
    • ๐Ÿ›  Fixed connection not being properly set when specifying the connection with on()
    Commands
    • Made the -P/--pretend command option work.
    Schema
    • ๐Ÿ›  Fixed schema grammars.
    • ๐Ÿ›  Fixed an error when modify a table with an enum column in MySQL.
    DBAL
    • ๐Ÿ›  Fixed behavior for enum columns.