Releases: pupizoid/ormlite
Releases · pupizoid/ormlite
More informative errors
v0.5.0
wrap errors returned by sqlite by custom type to provide more debuggi…
Compound Primary Keys
This release brings support of compound primary keys.
v0.3.1
fix loading mtm relations with models without `col` setting in primar…
Many to many additional conditions
v0.3.0
edit docs to extend MTM example
v0.2.2
fix ormlite didn't ignore unexported fields
v0.2.1
Delete now removes row by model's primary key
v0.1.1
refactored errors and edited readme
v0.1.0
added default timeout of 5 seconds for query functions
v0.0.4
fix created model pk key was nil when inserting many_to_many relation
v0.0.3
fix nil has_one relation caused panic