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

0.9.6

Compare
Choose a tag to compare
@sdispater sdispater released this 16 May 20:37
· 61 commits to 0.9 since this release
0.9.6
2e82570

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 and TIME 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