v3.2.0
Changelog
- Multiple Where() calls append conditions instead of overwriting previous ones. See: #357
- Support for UUID in
InsertReturning
andUpdateReturning
. See: #370 - Added
postgresql.JSONB
,postgresql.StringArray
andpostgresql.Int64Array
custom types for PostgreSQL, which will deprecate optional tagsint64array
,stringarray
andjsonb
while providing full support for their Scanners and Valuers.