Skip to content

v3.2.0

Compare
Choose a tag to compare
@xiam xiam released this 17 Jun 13:39
· 420 commits to master since this release

Changelog

  • Multiple Where() calls append conditions instead of overwriting previous ones. See: #357
  • Support for UUID in InsertReturning and UpdateReturning. See: #370
  • Added postgresql.JSONB, postgresql.StringArray and postgresql.Int64Array custom types for PostgreSQL, which will deprecate optional tags int64array, stringarray and jsonb while providing full support for their Scanners and Valuers.