Skip to content

v0.0.16

Compare
Choose a tag to compare
@joereynolds joereynolds released this 20 Mar 14:57
· 71 commits to typescript since this release
  • Adds a test to check for trailing whitespace
  • sql-lint no longer aborts on error if piped via stdin (this is useful when used in a text editor, it won't bail out on an invalid file anymore, or it will at least try to continue)
  • SCHEMA is now a valid create option
  • TYPE is a valid create option for Postgres
  • ROLE is now a valid option
  • Much improved driver support
    • The checks are now driver independent so we can get finer grained control between the checks per driver (Mysql/Postgres etc...)
    • Scaffolding is also in place to allow for new drivers to be added since this is a major bottleneck