Skip to content

Releases: upper/db

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.

v3.5.6, A bugfix release

10 Dec 17:15
1edc03a
Compare
Choose a tag to compare

Fixes #474, an error in fetchRows() was ignored

v3.5.5

25 Sep 17:58
d2cc681
Compare
Choose a tag to compare

Fixes a problem with InsertReturning() and tables with varchar/string primary keys.