Releases: tiendc/sqlboiler-extensions
Releases · tiendc/sqlboiler-extensions
v0.8.0
- Fix wrong columns calculation in InsertAll/UpsertAll
- Add InsertIgnoreAll which is a call to UpsertAll
v0.7.3
- Fix: Revert unnecessary quote causing error on postgres
v0.7.2
- Expose more columns declaration to public
v0.7.1
- Improve function FindMissingItemIDs()
- Update README
v0.7.0
- Add more utility function for model and model slice
- Fix a bug of missing columns quote on postgres