Skip to content

v2.2.0

Compare
Choose a tag to compare
@nelsam nelsam released this 29 Oct 17:26
03c0a1b

New Features

  • Setting DbMap.ExpandSliceArgs to true will cause queries with slice arguments to have their slice arguments expanded. See the docs on the DbMap type for details.

Bug Fixes

  • Fixed our internal NullTime type and tests around that type for recent go versions
  • Fixed our tests' timestamp parsing code
  • Fixed a panic when a nil driver.Valuer is passed in and trace logging is on
  • Table.SetUniqueTogether is now idempotent

Minor Notes

  • Bumped our travis go versions and the postgres service
  • Deleted some old code that was build-tag-restricted to go versions <1.8
  • Documentation typos and ignored errors fixed