Skip to content

v0.30.0 - IDENTITY as Column property & more

Compare
Choose a tag to compare
@xnuinside xnuinside released this 29 Mar 20:16
· 165 commits to main since this release

Fixes:

  1. IDENTITY now parsed normally as a separate column property. Issue: #184

New Features:

  1. IN TABLESPACE IBM DB2 statement now is parsed into 'tablespace' key. Issue: #194.
    INDEX IN also parsed to 'index_in' key.
    Added support for ORGANIZE BY statement

  2. Added support for PostgreSQL INHERITS statement. Issue: #191