Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.9.6.tar.gz | 2017-05-16 | 163.4 kB | |
0.9.6.zip | 2017-05-16 | 263.1 kB | |
README.md | 2017-05-16 | 543 Bytes | |
Totals: 3 Items | 427.1 kB | 0 |
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