Skip to content

Releases: shogo82148/go-sql-proxy

v0.7.2

14 Nov 10:40
9042d0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

04 Aug 02:39
7ea01d1
Compare
Choose a tag to compare

What's Changed

  • Revert "Adding capabilities to change the error returned by the driver" by @shogo82148 in #89

Full Changelog: v0.7.0...v0.7.1

v0.7.0

28 Jul 13:26
300c00d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

16 Oct 06:59
2677a07
Compare
Choose a tag to compare

What's Changed

  • Support context interfaces for Exec and Query by @stefantds in #77

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

17 Aug 02:18
8ec7bf3
Compare
Choose a tag to compare
  • Connector implements io.Closer #70
  • add //go:build lines #65

v0.5.0: Merge pull request #62 from Songmu/preprepare

11 Jan 17:22
a60ed77
Compare
Choose a tag to compare
  • add PrePrepare, Prepare and PostPrepare to hook prepare #62

v0.4.0: Merge pull request #61 from Songmu/overwrite-query

08 Jan 13:51
b039787
Compare
Choose a tag to compare
  • pass stmt.QueryString to QueryContext and ExecContext calls #61
  • remove unintended shadowing assignment #60

v0.3.0: Merge pull request #58 from shogo82148/go1.15-is-released

12 Aug 00:51
c74558b
Compare
Choose a tag to compare

v0.2.0

15 Jan 12:52
d681b4a
Compare
Choose a tag to compare
  • implement NamedValueChecker #42 (thanks @Songmu !)

v0.1.2

04 Jan 09:03
d8044f2
Compare
Choose a tag to compare
  • add Go 1.13 support
  • drop Go 1.7 support
  • refactoring