Skip to content

0.29.0

Compare
Choose a tag to compare
@nene nene released this 16 Nov 16:46
· 88 commits to master since this release

Breaking changes

  • Renamed NamedDataType.nameKw field to .name (2b1e63b)
  • Changed the fields of CastOperatorExpr type: (ed61635)
    • expr -> left
    • dataType -> right
    • added operator field with single possible value "::"

PostgreSQL improvements:

  • Support CREATE/ALTER/DROP DOMAIN (fully) (#78)
  • Support CREATE/ALTER/DROP TYPE (partially) (#78)
  • Support chaining of multiple :: cast expressions (#85)
  • Support quoted identifiers as :: cast operator parameters (#85)

SQLite improvements:

  • Support COLUMN and KEY as identifiers in SQLite (#80)

Other fixes

  • Fix some mistakes in type definitions (#76)