Skip to content

0.15.0

Choose a tag to compare

@nene nene released this 15 Nov 19:31
· 175 commits to master since this release

Breaking changes

  • PostgreSQL data types are now treated as identifiers not keywords. So sqlKeywordCase option has no effect on these. In other dialects data types remain treated as keywords for now, but expect this to change in the future.

Improvements

  • Imroved PostgreSQL data types support added by sql-parser-cst 0.36.0:
    • SETOF types
    • schema-qualified type names