Skip to content

Realease 2024.08

Latest
Compare
Choose a tag to compare
@tw-kang tw-kang released this 09 Aug 08:22
ab50202

CUBRID Migration 11.3.0.0182 is the latest stable version.

CUBRID Migration 11.3.0.0182

  • Migration Wizard Schema Mapping Page improved to apply the changed schema name.
  • Output file prefix changed to DB name, supporting both single and multi-schema original DBs.
  • Changed format for grant file output.
  • Notification added when selecting a non-empty directory during offline migration.
  • Logs include table name, column name, and PK value if a record error occurs during migration.
  • LOB column error in Oracle migration logs the table name, column name, and PK value and proceeds with NULL for the column value.
  • FK set to SET NULL in Oracle is changed to RESTRICT, logging table name and FK name.
  • "Refresh" button renamed to "Update Database object" in Migration Wizard Step 2.
  • Added connection user column in Migration Wizard Step 2.
  • Added type information for source and target databases in Migration Wizard Step 6.
  • Added feature to change source and target JDBC driver and output file directory when exporting migration script.
  • When migrating without the "Split schema file" option, pk and fk are output to indexes file during dump migration.
  • Unsupported objects can be displayed if the user has permission to view other user's triggers.
  • LOB directory structure modified to limit the number of LOBs in a directory to 100,000.
  • Changed default name of the migration script.
  • Added schema name to LOB directory path in local migration.
  • Added script name to the local file directory structure for target type Local file.
  • Files can be separated by objects when the "One table one file" option is selected.
  • Default conversion for BLOB and CLOB types changed to bit varying and varchar.
  • Due to the upgrade to CMT Eclipse RCP 4.16 (2020-06) version, 32-bit packages are no longer supported.

Change logs:

Enhancements

  • [122] TOOLS-4532 Migration Wizard Step 4(Schema Mapping Page) improvements.
  • [124] TOOLS-4536 Modify dump file directory, name.
  • [125] TOOLS-4537 Change grant offline dump file output format.
  • [127] TOOLS-4540 Show notification when selecting nonempty directory during offline migration.
  • [150] TOOLS-4560 Record error detailed log output during migration.
  • [151] TOOLS-4561 Proceed with migration after ignoring Oracle lob column error.
  • [158] TOOLS-4563 Automatically change the trigger action definition when creating a foreign key query if the column is NOT NULL.
  • [152] TOOLS-4564 Improve ‘Refresh’ name in online wizard Step 2.
  • [162] TOOLS-4567 Add connection user name on page 2 of the Migration Wizard.
  • [164] TOOLS-4568 Add Database type on page 6 of Migration Wizard.
  • [166] TOOLS-4569 Add the export migration script feature.
  • [168] TOOLS-4570 Output pk and fk to indexes file during dump migration.
  • [179] TOOLS-4574 Modify Oracle unsupported object DDL select query.
  • [197] TOOLS-4585 Resolving Issues with LOB Migration through LOB Directory Structure Modification.
  • [198] TOOLS-4587 Change the default name of the migration script.
  • [200] TOOLS-4590 Add schema name to LOB directory depth in Local migration.
  • [201] TOOLS-4599 Add script name to migration local file directory structure.
  • [203] TOOLS-4600 Add depth to file directory when "One table one file" option is selected.
  • [232] TOOLS-4630 Change default BLOB, CLOB type conversion to BIT VARYING and VARCHAR.

Bug Fixes

  • [120] TOOLS-4530 Fix null pointer exception after TOOLS-4519 changes.
  • [121] TOOLS-4533 Fix Wizard's ongoing problem even if incorrect connection is selected.
  • [123] TOOLS-4535 Fix notification for renaming duplicate objects in multiple schemas.
  • [128] TOOLS-4543 Fix a problem where data files separated by table were not deleted.
  • [130] TOOLS-4546 Fix bug where multiple schemas appeared in CUBRID single schema version.
  • [131] TOOLS-4547 Fix Oracle Procedure, Function, Trigger DDL iterations search.
  • [133] TOOLS-4551 auto_increment is not created in CUBRID 11.2 or later version.
  • [139] TOOLS-4552 Incorrect query generation when creating a view without column information.
  • [140] TOOLS-4556 Oracle 'SYSDATE' type conversion error.
  • [141] TOOLS-4557 Oracle 'CAST' setting missing error.
  • [138] TOOLS-4558 An error occurs when migrating from MYSQL XML dump to Local CUBRID dump files.
  • [142] TOOLS-4559 When exporting to local xls files, an error occurs if the data is large.
  • [213] TOOLS-4623 Fix duplicate object name handling in migration.
  • [211] TOOLS-4626 When exporting the script, the 'schemas' tag is output in an incomplete state.
  • [216] TOOLS-4627 Close the connection resource after fetching the CUBRID serial current value.
  • [221] TOOLS-4629 Fix Oracle comments not migrating during console migration.
  • [234] TOOLS-4644 Incorrect SQL generation due to single quotes in Oracle DEFAULT values.
  • [240] TOOLS-4653 Oracle sequence last_number not releasing connection resource.

Others