Added
- Added support for
DATE
types in models. - Added support for fractional seconds for the
TIMESTAMP
type in MySQL 5.6.4+. - Added support for fractional seconds for the
TIMESTAMP
andTIME
types in PostreSQL.
Changed
- Improved implementation of the
chunk
method.
Fixed
- Fixed timezone offset errors when inserting datetime aware objects into PostgreSQL.
- Fixed a bug occurring when using
__touches__
with an optional relationship. - Fixed collections serialization when using the query builder