Skip to content

v0.21.0 Big MSSQL support updates

Compare
Choose a tag to compare
@xnuinside xnuinside released this 06 Oct 18:52
· 256 commits to main since this release

v0.21.0

New Features:

MSSQL:

  1. Added support for statements:
    1. PERIOD FOR SYSTEM_TIME in CREATE TABLE statement
    2. ON [PRIMARY] after CREATE TABLE statement (sample in test files test_mssql_specific.py)
    3. WITH statement for TABLE properties
    4. TEXTIMAGE_ON statement
    5. DEFAULT NEXT VALUE FOR in COLUMN DEFAULT

Common:

  1. Added support for separating tables DDL by 'GO' statement as in output of MSSQL
  2. Added support for CREATE TYPE as TABLE