Skip to content

Releases: fraenky8/tables-to-go

v2.8.0

18 Jun 02:40
v2.8.0
7523edb
Compare
Choose a tag to compare

What's Changed

  • Changing Postgres connection DSN to URI prefixed with 'postgres://' to be able to connect to any DB that uses Postgres wire protocol by @aenawi in #54
  • Update and upgrade Go, dependencies, repo by @fraenky8 in #55

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0

25 Jul 01:08
v2.7.0
fac5ef3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.6.5...v2.7.0

v2.6.5

13 Jun 15:55
v2.6.5
28b301b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.6.3...v2.6.5

v2.6.3

16 Mar 10:36
v2.6.3
46fe150
Compare
Choose a tag to compare

What's Changed

  • ISSUE-39: Update install instructions in #40

Full Changelog: v2.6.2...v2.6.3

v2.6.2

11 Feb 10:27
v2.6.2
58b2740
Compare
Choose a tag to compare

What's Changed

  • ISSUE-33: Remove nullable-temporal logic in #38

Full Changelog: v2.6.1...v2.6.2

v2.6.1

11 Feb 10:21
v2.6.1
7f3258b
Compare
Choose a tag to compare

What's Changed

  • Add golangci lint in #36
  • ISSUE-34: Support unix socket connections in #37

Full Changelog: v2.6...v2.6.1

v2.6

29 Jan 03:18
v2.6
bb527aa
Compare
Choose a tag to compare

This release does the following:

Changes:

  • Bump Go version to 1.17 (#35)
  • Updates dependencies (#35)
  • Updates Readme and License Year.

v2.5.5

12 Jun 03:27
31c0004
Compare
Choose a tag to compare

This release does the following:

  • Adds the -fn-format parameter to be able to change the file output format from PascalCase to snake_case.
  • Updates the README to show how to generate JSON tags.

v2.5.4

14 Dec 03:35
6937b36
Compare
Choose a tag to compare

This release fixes the following bug:

  • MySQL 8 information_schema objects are UPPER_CASE, adding an alias fixes it (#25)

v2.5.3

18 Nov 15:47
Compare
Choose a tag to compare

This release contains the following:

  • SQLite3 support (#23)
  • Check for invalid column and table names (#21)
  • New flag to allow skipping errors in tables (#20)
  • Initialism for predefined words (#16)
  • New option to choose beteween sql.Null* and pointers for NULL columns (#15)
  • Two bugfixes (#11, #9)
  • Unit tests (#17)