Skip to content

Releases: go-ozzo/ozzo-dbx

v1.0.9

18 Jul 14:15
Compare
Choose a tag to compare
  • 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

18 Jul 14:11
Compare
Choose a tag to compare
  • Fixes #36: custom field mapping is not respected when querying data using Select and Model

v1.0.7

18 Jul 14:10
Compare
Choose a tag to compare
  • Fixed the issue that select queries are not executed in transactions when they should be

v1.0.6

18 Jul 14:09
Compare
Choose a tag to compare
  • Fixes #30: transactional queries built via ModelQuery are not execute

v1.0.5

10 Aug 14:10
Compare
Choose a tag to compare
  • Support retrieving autoincremental PK value for PostgreSQL (other DBMS are already supported) when calling ModelQuery.Insert()

v1.0.4

06 Aug 17:45
Compare
Choose a tag to compare
  • 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

02 Aug 18:58
Compare
Choose a tag to compare

Bug #18: Auto-incremental PKs are not populated after insertion

v1.0.2

31 Jul 01:56
Compare
Choose a tag to compare
  • Enh #7: Added Query.Column() to support querying the first column of data

v1.0.1

30 Jul 11:51
Compare
Choose a tag to compare
  • Bug #13: correctly handle time.Time fields
  • Doc #14: better documentation for TableModel and database null handling

v1.0

30 Jul 11:52
Compare
Choose a tag to compare

First public stable release.