Skip to content

v0.26.0 - Fixes & Improvements release

Compare
Choose a tag to compare
@xnuinside xnuinside released this 29 Mar 05:36
· 187 commits to main since this release

Improvements:

  1. Added more explicit debug message on Statement errors - #116
  2. Added support for "USING INDEX TABLESPACE" statement in ALTER - #119
  3. Added support for IN statements in CHECKS - #121

New features:

  1. Support SparkSQL USING - #117
    Updates initiated by ticket #120:
  2. In Parser you can use argument json_dump=True in method .run() if you want get result in JSON format.
  • README updated

Fixes:

  1. Added support for PARTITION BY one column without type
  2. Alter table add constraint PRIMARY KEY - #119
  3. Fix for paring SET statement - #122
  4. Fix for disappeared colums without properties - #123