Skip to content

v0.29.0 Added support for non-numeric column type parameters

Compare
Choose a tag to compare
@xnuinside xnuinside released this 20 Nov 18:03
· 170 commits to main since this release

v0.29.0

Fixes

  1. AUTOINCREMENT statement now parsed validly same way as AUTO_INCREMENT and showed up in output as 'autoincrement' property of the column
    Fix for: #170
  2. Fix issue ' TypeError argument of type 'NoneType' is not iterable' on some foreigen keys #148

New Features

  1. Support for non-numeric column type parameters #171
    It shows in column attribute 'type_parameters'.