Skip to content

Releases: future-architect/go-twowaysql

Patch release

27 Jan 10:53
8e56fc4
Compare
Choose a tag to compare

What's Changed

  • fix windows build by @shibukawa
  • upgrade github.com/future-architect/tagscanner v1.0.1 => v1.0.3 by @modockey in #35

Full Changelog: v1.7.0...v1.7.2

Enhancements release

04 Oct 04:01
8277159
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

Enhancements release

23 Aug 00:46
4980b5e
Compare
Choose a tag to compare

What's Changed

  • migrate from github.com/lib/pq to github.com/jackc/pgx by @shibukawa in #27
  • accept *[]map[string]interface{} as Select()'s dest by @shibukawa in #10
  • replace tagscanner GitLab to GitHub. by @future-taga in #28

Full Changelog: v1.5.1...v1.6.0

Patch release

29 Jun 00:33
c4a57b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

Enhancements release

14 Jun 03:09
10286e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.5.0

Enhancements release

10 Jun 08:00
cac4323
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

Enhancements release

10 Jun 00:36
1d94616
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Enhancements release

07 Jun 04:33
1e47301
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

Enhancements release

25 May 01:55
946b063
Compare
Choose a tag to compare
  • #13: multiple if statement suppport
  • #15: in 句バインドの複数指定対応

First production release

28 Apr 01:54
228ac93
Compare
Choose a tag to compare
Merge pull request #9 from shibukawa/feature/accept-map

accept map[string]interface{} as parameter