You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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