Skip to content

Releases: tiendc/sqlboiler-extensions

v0.10.1

29 Aug 10:03
bd5a04c

Choose a tag to compare

  • Fix: missing exclusion of virtual/generated columns from insert/update queries

v0.10.0

02 Jul 16:57
bfbf942

Choose a tag to compare

  • Use new address of sqlboiler as it's moved to a new home

v0.9.0

07 Dec 07:40
ba37990

Choose a tag to compare

  • Added UpsertOnConflictColumns/UpsertAllOnConflictColumns as workaround of SQLBoiler issue aarondl/sqlboiler#328

v0.8.0

26 Mar 06:17

Choose a tag to compare

  • Fix wrong columns calculation in InsertAll/UpsertAll
  • Add InsertIgnoreAll which is a call to UpsertAll

v0.7.3

21 Jan 12:27
93c8cbe

Choose a tag to compare

  • Fix: Revert unnecessary quote causing error on postgres

v0.7.2

03 Jan 12:43
e53cc36

Choose a tag to compare

  • Expose more columns declaration to public

v0.7.1

18 Dec 15:11
0b52ad5

Choose a tag to compare

  • Improve function FindMissingItemIDs()
  • Update README

v0.7.0

18 Dec 14:14
23b51d7

Choose a tag to compare

  • Add more utility function for model and model slice
  • Fix a bug of missing columns quote on postgres

v0.6.0

16 Jun 06:21

Choose a tag to compare

Add details to README