Releases: lopezator/sqlfmt
v1.5.0
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
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
- *: bump cockroachdb by @lopezator in #8
Full Changelog: v1.3.0...v1.4.0
sqlfmt v1.3.0
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
- cockroach: bump cockroachdb by @lopezator in #7
Full Changelog: v1.2.0...v1.3.0
sqlfmt v1.2.0
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
- by using own modules-aware cockroachdb-gen repo, the tool is now installable purely from modules, using
go install
ortools.go
method.
sqlfmt v1.0.0
- Remove dep support.
- Remove vendor folder.
- Add modules support.
- Update vendor to latest versions.
- Adjustements into Makefile & README.
sqlfmt v0.1.1
Same functionality, but now CGO free. Simplified building process.
sqlfmt v0.1.0
build: Added build handy tools Added bin folder to gitignore, added Makefile for building.