gorp v2.2.0 Release Notes

Release Date: 2019-10-29 // over 4 years ago
  • ๐Ÿ†• 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