Orator 0.8.1 is now out. This version brings several fixes.
For the full list of changes, see the CHANGELOG
Fixes
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 withPyMySQL
(thanks to gdraynz).