Releases: go-ozzo/ozzo-dbx
Releases · go-ozzo/ozzo-dbx
v1.0.9
- Fixes #37: Fields in embedded struct should always be shadowed by fields in outer struct
- Fixes #40: Select queries are not executed in transactions when they should be
v1.0.8
- Fixes #36: custom field mapping is not respected when querying data using Select and Model
v1.0.7
- Fixed the issue that select queries are not executed in transactions when they should be
v1.0.6
- Fixes #30: transactional queries built via ModelQuery are not execute
v1.0.5
- Support retrieving autoincremental PK value for PostgreSQL (other DBMS are already supported) when calling ModelQuery.Insert()
v1.0.4
- Enh #19: Exposed GetTableName() to determine the table name associated with a struct
- Bug #21: Added SelectQuery.Column() to be consistent with Query.Column()
v1.0.3
Bug #18: Auto-incremental PKs are not populated after insertion
v1.0.2
- Enh #7: Added Query.Column() to support querying the first column of data
v1.0.1
- Bug #13: correctly handle time.Time fields
- Doc #14: better documentation for TableModel and database null handling
v1.0
First public stable release.