Skip to content

Releases: sclgo/usqlgen

v0.7.1

24 Dec 14:30
54dd40c

Choose a tag to compare

What's Changed

  • fix: correctly handle short driver names by @murfffi in #70

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

v0.7.0 - schema commands

20 Dec 20:22
4d76d01

Choose a tag to compare

Highlights

  • feat: automatically use information_schema if available by @murfffi in #67

Full Changelog: v0.6.0...v0.7.0

v0.6.0

11 Oct 07:59
5f74849

Choose a tag to compare

Highlights

  • feat: option to run pprof server by @murfffi in #61
  • feat: add troubleshooting signal handlers to usqlgen by @murfffi in #62
  • feat: trimpath by default by @murfffi in #64

Full Changelog: v0.5.0...v0.6.0

v0.5.0

04 Sep 11:24
6fe4ca5

Choose a tag to compare

Highlights

  • feat: --static flag for usqlgen build/install` commands by @murfffi in #56

Full Changelog: v0.4.0...v0.5.0

v0.4.0

13 Apr 15:44
d5ed79d

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

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

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

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

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

Choose a tag to compare

Fix destination of go build command (#31)