Changed
ORM
- Removed
arrow
support for pendulum.
Connection
- Improved connectors.
Schema
- Makes the
use_current=True
the default fortimestamps()
.
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.