Releases: stephenafamo/bob
Releases · stephenafamo/bob
v0.17.1
Fix an issue in v0.17.0 which causes errors when generating sqlite
models
v0.17.0
v0.16.0
- Add a code generation driver for Atlas
- Change how the
um.Set
update mod works to allow more query building - Add JOIN mods for MySQL update queries
- Fix upserts in all 3 dialects to ignore the update columns when generating the insert column set
- Return early in InsertMany/UpsertMany/UpdateMany/DeleteMany if 0 rows to act on
- Report error if non-default codegen config file is misssing