v0.0.10
joereynolds
released this
12 Feb 16:16
·
250 commits
to typescript
since this release
- Many developer friendly improvements (See these commits for the full list)
- Added
--format
option.
The format option changes howsql-lint
outputs its errors. At time of writing, there are two formats,simple
which is the format that was already there, and alsojson
which can be consumed by a web service or whatever else you crazy kids do these days. - Added support for
CREATE
statements - Added
InvalidCreateOption
check.
This is triggered when an invalid word comes after theCREATE
keyword in a CREATE statement.