Releases: geoffreybauduin/yaorm
Releases · geoffreybauduin/yaorm
v1.3.0
v1.2.3
Bug Fixes
- leftjoin: make option working
v1.2.2
v1.2.1
Bug fixes
- Bring back
IsEquality
andGetEquality
onValueFilter
- Fix invalid behavior of the
LIKE
filter
v1.2.0
Features
- Added a
Raw
filter
v1.1.0
feat(delete): allow deletion of models (#37) Signed-off-by: Geoffrey Bauduin <[email protected]>
v1.0.0
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]>