Skip to content

Releases: upper/db

v4.5.0-rc2

03 Jan 02:18
cb6aebc
Compare
Choose a tag to compare
v4.5.0-rc2 Pre-release
Pre-release
Merge pull request #643 from upper/default-sslmode

Update default sslmode

v4.2.1

13 Jul 13:35
4a5e6d2
Compare
Choose a tag to compare

Added db.AnyOf and db.NotAnyOf, which work like db.In and db.NotIn, except they accept a slice of any type.

v4.2.0

29 Jun 23:41
2158231
Compare
Choose a tag to compare

The most relevant change for this release is the behaviour of Save(): it will attempt to update a record if and only if the record exists, otherwise it will attempt to create a record.

v4.0.0

29 Aug 17:59
Compare
Choose a tag to compare

v3.7.1

19 May 23:26
4ffb97e
Compare
Choose a tag to compare
Release v3.7.1

v3.7

19 May 19:18
02d4f94
Compare
Choose a tag to compare
Release v3.7

v3.6.4

26 Feb 02:16
5b94830
Compare
Choose a tag to compare
  • Fixing some linter warnings
  • Minor refactors

v3.6.2

18 Aug 00:50
6eb0e75
Compare
Choose a tag to compare
Release v3.6.2

v3.6

14 Aug 20:07
86a33f5
Compare
Choose a tag to compare
  • Updated the source of the QL driver to the new maintained location.
  • Refactor test suite.

v3.5.7

27 Dec 15:46
2f58dea
Compare
Choose a tag to compare

Fixes problems with MSSQL adapter and LastInsertId.