Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

0.9.0

Compare
Choose a tag to compare
@sdispater sdispater released this 15 Sep 15:53
· 111 commits to 0.9 since this release
0.9.0
5bd53b4

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.