Orator v0.8.1 Release Notes

Release Date: 2016-03-30 // about 8 years ago
  • ๐Ÿ›  Fixed

    ORM
    • Removing call to Model._boot_columns() to avoid errors for column types not supported by the dbal.

    ๐Ÿ— ###### Schema Builder

    • ๐Ÿ›  Fixing Blueprint.char() method (thanks to ihumanable).
    • ๐Ÿ›  Fixing Fluent behavior.
    Commands
    • ๐Ÿ›  Fixing orator command not working on Windows.
    • ๐Ÿ›  Fixing migrate:status command not switching databases.
    Connection
    • ๐Ÿ›  Fixing a bug when calling Connnection.disconnect() after a reconnection when not using read/write connections.
    • Fixing MySQLConnection.get_server_version() method to be compatible with PyMySQL (thanks to gdraynz).