github sdispater/orator 0.9.0

latest releases: 0.9.10, 0.9.9, 0.9.8...
7 years ago

Changed

ORM
Connection
  • Improved connectors.
Schema
  • 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.

Don't miss a new orator release

NewReleases is sending notifications on new releases.