All Versions
9
Latest Version
Avg Release Cycle
375 days
Latest Release
1461 days ago

Changelog History

  • v3.0.2

    March 29, 2020
  • v3.0.1 Changes

    November 27, 2019

    v3.0.0 had a bug in go.mod, defining the module as github.com/go-gorp/gorp without the all-important version suffix. v3.0.1 has been released with a fixed module name in the go.mod file.

  • v3.0.0 Changes

    October 29, 2019

    โœ… The reason for the bump to v3 is because we're now supporting go modules. This has zero effect on our runtime dependencies, since 100% of our dependencies are in the standard library and therefore are not included in go.mod or go.sum. All dependencies mentioned in go.mod are test dependencies.

    However, this will provide a list of driver versions that we've tested against.

    This is the same as v2.2.0, but with go.mod and go.sum files.

  • v2.2.0 Changes

    October 29, 2019

    ๐Ÿ†• 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
  • v2.1 Changes

    April 10, 2018

    ๐Ÿš€ Included in this release (ignoring merge commits):

    • ๐Ÿ“š 252b0db: Add documentation for using sqlite3 extensions.
    • ๐Ÿ‘ 38e1f13: Dropped support for go 1.4 and 1.5
    • b5e1652: Cleaned up some code examples in README.md
    • fe96e85:
      • Add go 1.8 and 1.9 to go versions on travis
      • Add a WithContext method to both the DbMap and Transaction types, to create a map or transaction that runs all subsequent queries using the passed in context.Context
    • ๐Ÿ›  dc4f2a4: Fixed the SqlTyper's type to return a driver.Value instead of a driver.Valuer
    • โšก๏ธ 2fba08c and d62836b: Updated the build status badge to only report on the master branch in the README.
    • c5fd513: Added a LowercaseFields boolean to allow the PostgresDialect to automatically convert field names to lower case.
    • ๐Ÿ›  2925510: When rows.Next() returns false, the docs say to check rows.Err(), which we weren't doing. This fixes the problem.
    • ๐Ÿ’… 4df7849: Ginkgo was causing test polution, a problem that I've run in to with ginkgo many times before. Rather than continue down that road again, we replaced ginkgo with onpar, which is a similar BDD-style library that's a lot simpler.
  • v2.0.0

    November 13, 2016
  • v1.7.2 Changes

    November 12, 2018

    ๐Ÿš€ Included in this release (ignoring merge commits):

    โœ… cfc99f6: travis: test Go 1.3, 1.4 and tip

    d1ddc3c:
    ๐Ÿ”€ backport: Initialise plans using sync.Once

    ๐Ÿ›  Backport of 7f030ea. Fixes data race.

  • v1.7.1

    February 04, 2015
  • v1.7

    September 06, 2014