CUBRID Migration Toolkit 11.4.0 (2025.05) is now released.
* CMT 11.4 supports Oracle PL/SQL procedure migration and improves metadata lookup for `db_serial` in CUBRID 11.4 and above.
1. Enhancements
- Applied **.sql** extension to procedure and function files for CSV/XLS target types
- Applied **.sql** extension to the unique-index (`_uk`) file for CSV/XLS targets
- Migration Wizard Step 6 now outputs the `_uk` file only for unique indexes that are not primary keys
- Automatically updates PL/CSQL procedure, function, and unique-index file paths when the migration script name changes
- Hides the primary-key path in Migration Wizard Step 6 when the actual table has no primary key
- Supports separate file output for unique indexes in local migration
- Adds index-creation validation in TableMappingView
2. Bug Fixes
- Fixed PL/SQL procedure and function DDL schema names not updating when the target schema changes
- Corrected typos in MySQL and MariaDB configuration
- Fixed Oracle procedure DDL file output to use UTF-8 encoding
- Fixed issue where characters after `END` were deleted
- Fixed removal of comments after `DEFAULT` values
- Modified the order of procedures and header appearance in the Info file
- Removed driver file name check condition
3. Others
- Added `desktop` option to the `build.sh` script
- Updated GitHub Actions runner image to Ubuntu 24.04
4. Download
※ For more details, see the [GitHub release page].