Releases: bigalorm/bigal
Releases · bigalorm/bigal
10.3.4
- Update npms
Full Changelog: 10.3.3...10.3.4
10.3.3
- Update npms
Full Changelog: 10.3.2...10.3.3
10.3.2
- Update npms
Full Changelog: 10.3.1...10.3.2
10.3.1
- Update npms
Full Changelog: 10.3.0...10.3.1
10.3.0
- Add where clause for conflict resolution. Thanks @shortstuffsushi!
- Update npms
New Contributors
- @shortstuffsushi made their first contribution in #78
Full Changelog: 10.2.0...10.3.0
10.2.0
- Add
onConflict
options tocreate()
to supportON CONFLICT DO NOTHING
andON CONFLICT DO UPDATE
- Update npms
Full Changelog: 10.1.1...10.2.0
10.1.1
- Update npms
Full Changelog: 10.1.0...10.1.1
10.1.0
10.0.3
- Update npms
- Fix string comparison operators with arrays. Wildcard characters in array values passed to
startsWith
,contains
,
andendsWith
were ignored. This fix changes the generated SQL to explicitly evaluate each array value individually
usingilike
- Remove unnecessary
await
operators fromthen()
functions