Skip to content

Releases: sclgo/usqlgen

v0.4.0

13 Apr 15:44
d5ed79d
Compare
Choose a tag to compare

Highlights

  • feat: automate replacement for sqlite by @murfffi in #52

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - faster dependency downloads

17 Mar 18:47
a843cff
Compare
Choose a tag to compare

What's Changed

  • fix: prevent some built-in drivers being overwritten by @murfffi in #45
  • deps: bump golang/x/net to 0.37 by @murfffi in #46
  • feat: avoid downloading unnecessary dependencies by @murfffi in #48

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - broader compatibility

01 Mar 10:24
682eab7
Compare
Choose a tag to compare

What's Changed

  • feat: strip trailing semicolons by default; add option to include them by @murfffi in #43
    This makes usqlgen compatible with more drivers with default options.

Full Changelog: v0.1.3...v0.2.0

v0.1.3 - Fixes

27 Feb 15:01
10a7dbd
Compare
Choose a tag to compare

What's Changed

  • fix: generate command fix and test by @murfffi in #40
  • Shorter prompt for custom databases by @murfffi in #41

Full Changelog: v0.1.2...v0.1.3

v0.1.2 - Fixes

14 Feb 09:14
c6a6f39
Compare
Choose a tag to compare

What's Changed

  • Populate proper version in output of usql --version by @murfffi in #34
  • Update direct dependencies and fix unzip dependency by @murfffi in #36
  • Support empty opaque DSNs by @murfffi in #39

Full Changelog: v0.1.1...v0.1.2

v0.1.1 - Fixes

21 Dec 08:54
7f2ee7b
Compare
Choose a tag to compare
Fix destination of go build command (#31)

Initial public release

01 Dec 07:54
4b40830
Compare
Choose a tag to compare

Initial feature-complete release