Skip to content

1.2.1 MySQL 🐬 & β­• Oracle & 🐘 PostgreSQL updates

Compare
Choose a tag to compare
@xnuinside xnuinside released this 09 May 12:55
· 64 commits to main since this release
ade1dd0

Fixes

🐬 MySQL:

  1. Fixed issue relative to auto_increment that caused empty output if auto_increment defined in table properties -
    #206

Improvements

🐬 MySQL:

  1. auto_increment added as property to mysql output

β­• Oracle:

  1. Added support for constraint name in column definition - #203
  2. Added support for GENERATED (ALWAYS | (BY DEFAULT [ON NULL])) AS IDENTITY in column definition

🐘 PostgreSQL:

  1. Added support for CAST statement in column GENERATE ALWAYS expression - #198