Skip to content

v0.0.10

Compare
Choose a tag to compare
@joereynolds 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 how sql-lint outputs its errors. At time of writing, there are two formats, simple which is the format that was already there, and also json 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 the CREATE keyword in a CREATE statement.