Skip to content

v0.4.0

Choose a tag to compare

@winebarrel winebarrel released this 20 Apr 04:29
Immutable release. Only release title and notes can be modified.
v0.4.0
cc2065a

Changelog

  • cc2065a Merge pull request #30 from winebarrel/add-omit-schema
  • 98da820 Address Copilot review: fix index schema comparison and reject --omit-schema with multiple schemas
  • d574dd8 Improve test coverage for ParseSQLWithSchema and equalIndexDef
  • 7ca2f33 Add parser tests for schema-less COMMENT statements
  • d77fbe3 Fix parseCommentStmt to handle schema-less COMMENT statements
  • 2736d52 Add --omit-schema option to dump and use -n schema as default for plan/apply
  • 318c8e5 Merge pull request #29 from winebarrel/add-schema-map
  • 1ba6912 Add test for Options.AfterApply to cover validation hook
  • a91de5a Validate SchemaMap for duplicate destinations using Kong AfterApply hook
  • 4562287 Add --schema-map option to remap schema names