Skip to content

Releases: lopezator/sqlfmt

v1.5.0

20 Feb 10:29
80ae723
Compare
Choose a tag to compare

Updated cockroach vendorized version to v22.2.4.

Sqlfmt now supports and is compatible with new v22.2.X statements.

See https://www.cockroachlabs.com/docs/releases/v22.2.html for more info.

What's Changed

*: Bump golang to 1.19 by @inigohu in #9
*: Bump cockroach to latest by @inigohu in #10
*: internal/cli: add initial tests structure by @inigohu in #11
*: internal/cli: fix sqlfmt to restore trailing newline by @inigohu in #12

New Contributors

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

v1.4.0

17 Jun 12:52
32ff90f
Compare
Choose a tag to compare

Updated cockroach vendorized version to v22.1.1.

Sqlfmt now supports and is compatible with new v22.1.X statements.

See https://www.cockroachlabs.com/docs/releases/v22.1.html for more info.

What's Changed

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

sqlfmt v1.3.0

01 Feb 18:18
Compare
Choose a tag to compare

Updated cockroach vendorized version to v21.2.4.

Sqlfmt now supports and is compatible with new v21.2.X statements like computed indexes.

See https://www.cockroachlabs.com/docs/releases/v21.2.0.html for more info.

What's Changed

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

sqlfmt v1.2.0

20 Nov 07:56
f177c26
Compare
Choose a tag to compare

Updated cockroach vendorized version to 19.2.0.

Sqlfmt now supports and is compatible with new v19.2.0 statements like:

ALTER TABLE...SET NOT NULL

See https://www.cockroachlabs.com/docs/releases/v19.2.0.html for more info.

sqlfmt v1.1.0

05 Mar 15:47
Compare
Choose a tag to compare
  • by using own modules-aware cockroachdb-gen repo, the tool is now installable purely from modules, using go install or tools.go method.

sqlfmt v1.0.0

20 Feb 16:57
Compare
Choose a tag to compare
  • Remove dep support.
  • Remove vendor folder.
  • Add modules support.
  • Update vendor to latest versions.
  • Adjustements into Makefile & README.

sqlfmt v0.1.1

17 Oct 06:37
Compare
Choose a tag to compare

Same functionality, but now CGO free. Simplified building process.

sqlfmt v0.1.0

14 Sep 14:13
Compare
Choose a tag to compare
build: Added build handy tools

Added bin folder to gitignore, added Makefile for building.