Skip to content

Releases: stephenafamo/bob

v0.17.0

07 Mar 13:23
Compare
Choose a tag to compare

Easy Joins!

Now, Bob will generate join mods for model relationships

models.SelectJoin(ctx).Users.InnerJoin.Posts

Fixes

  • Fixed an issue with ON DUPLICATE KEY UPDATE (#14)

v0.16.0

06 Mar 02:02
Compare
Choose a tag to compare
  • 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