Skip to content

credativ-pg-migrator 0.11.0

Latest

Choose a tag to compare

@JosefMachytka-credativ JosefMachytka-credativ released this 09 Jan 12:42
· 42 commits to main since this release

Sybase ASE Connector

  • Significantly Improved Code Conversion: Rewrite of function, procedure, and trigger conversion logic (convert_funcproc_code, convert_trigger_code) using a proper SQL parser
  • Legacy SQL Support: Added support for legacy Sybase outer join syntax (= and =), which is now correctly parsed and converted to ANSI standard LEFT OUTER JOIN
  • User Defined Types (UDTs): Implemented fetching of UDTs and their automated substitution with base types or custom types defined in the configuration
  • Repaired fetching of trigger source code from system tables
  • Fixed empty schema issues in function definitions (fallback to target schema)
  • Fixed schema handling in foreign key constraint migration

Informix Connector

  • Speed improvements for importing tables with multiple LOB columns from UNL files

Documentation

  • Added the first version of user documentation in the docs/ directory