Skip to content

Releases: geoffreybauduin/yaorm

v1.3.0

29 Mar 13:00
4d405f1
Compare
Choose a tag to compare

Features

  • feat(filter): Add ILIKE filter (4d405f1 by @yfievez)

v1.2.3

05 Jan 15:34
721e9e1
Compare
Choose a tag to compare

Bug Fixes

  • leftjoin: make option working

v1.2.2

03 Nov 08:44
a9e7f74
Compare
Choose a tag to compare

Bug Fixes

v1.2.1

29 Sep 09:59
4f01be4
Compare
Choose a tag to compare

Bug fixes

  • Bring back IsEquality and GetEquality on ValueFilter
  • Fix invalid behavior of the LIKE filter

v1.2.0

22 Sep 07:37
aa0bf5e
Compare
Choose a tag to compare

Features

  • Added a Raw filter

v1.1.0

12 Feb 16:15
918c8f5
Compare
Choose a tag to compare
feat(delete): allow deletion of models (#37)

Signed-off-by: Geoffrey Bauduin <[email protected]>

v1.0.0

10 Feb 10:24
Compare
Choose a tag to compare
Run in transaction (#36)

* test: also testing on go1.13

Signed-off-by: Geoffrey Bauduin <[email protected]>

* chore: moved to go.mod

Signed-off-by: Geoffrey Bauduin <[email protected]>

* feat: providing DBProvider.RunInTransaction function

The DBProvider interface is now able to run a function inside a transaction, commiting at the end and
performing a rollback if an error occured

Signed-off-by: Geoffrey Bauduin <[email protected]>

* test: drop testing on go < 1.12

Signed-off-by: Geoffrey Bauduin <[email protected]>