Skip to content

Releases: CUBRID/cubrid-migration

Realease 2024.08

09 Aug 08:22
ab50202
Compare
Choose a tag to compare

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

Read more

Release 2023.09

27 Sep 05:36
e819ac2
Compare
Choose a tag to compare

CUBRID Migration 11.2.0.0091 is the latest stable version.

CUBRID Migration 11.2.0.0091

  • CUBRID 11.2 or over support
  • Add the Migration Wizard Schema Mapping Page
  • Create a directory by schema when migration offline
  • Create info file when migration CUBRID dump
  • Separate schema files into files for each object
  • Support for synonym migration
  • Support for grant migration
  • Show renamed objects when migration
  • Migration Wizard Step 3(output files settins) screen modification
  • Add create user sql file
  • _clear.sql, _drop_fk.sql files are created for each schema directory
  • Add _truncate.sql file
  • View query spec sql created in separate file
  • Change schema image and migration wizard wording
  • Improved speed of retrieving Oracle schema information
  • Fixed Mairadb bit(n) size increase bug
  • Fixed incorrect error message when selecting invalid JDBC
  • Fixed an error that occurred when changing the Informix serial type to CUBRID bigint
  • CUBRID dump foreign key reference table name error correction

Change logs:

Enhancements

[57]TOOLS-4365 [CMT] Modifiy CMT for support cubrid 11.2
[84]TOOLS-4445 [CMT] Change specification of CMT offline dump file for support
[89]TOOLS-4463 [CMT] Add checkbox to schema list on schema mapping page
[92]TOOLS-4474 [CMT] Add synonym to migration object
[93]TOOLS-4486 [CMT] Add grant to migration object
[95]TOOLS-4489 [CMT] Show renamed objects on migration
[97]TOOLS-4494 [CMT] Migration wizard step 3 Offline version screen modification and function addition
[98]TOOLS-4496 [CMT] Change the location of adding and creating files for deleting objects
[105]TOOLS-4508 [CMT] Improved speed of importing Oracle schema information

Bug Fixes

[94] TOOLS-4490 [CMT] Change the separator character method
[96] TOOLS-4492 [CMT] Modify oracle synonym select query
[100] TOOLS-4495 [CMT] Migrate Mariadb to CUBRID bit( n) size increased.
[101] TOOLS-4503 [CMT] Schema Mapping Page checkbox not select
[102] TOOLS-4504 [CMT] Fix bug where grant was migration from version under 11.0
[103] TOOLS-4505 [CMT] Schema Mapping Page target schema user input restriction when online migration
[104] TOOLS-4506 [CMT] Changed target owner name is not applied when creating synonym
[107] TOOLS-4509 [CMT] ObjectMappingPage Table node NullPointerError
[108] TOOLS-4510 [CMT] Schema Mapping Page source catalog error when migrating MySQL dump xml
[109] TOOLS-4512 [CMT] When migrating from 11.2 to 11.0 schemas not selected by the user (are also designated for migration
[114] TOOLS-4514 [CMT] If select DB driver and reselect a different type of DB driver, an incorrect error message is displayed
[113] TOOLS-4515 [CMT] In the schema mapping phase, the target type is fixed to the CUBRID dump
[110] TOOLS-4517 [CMT] Error as informix serial type is converted to cubrid bigint type
[111] TOOLS-4518 [CMT] Nullpoint exception occures in step 5 when migrate from cubrid 11.3 to cubrid 11.0
[118] TOOLS-4519 [CMT] Under 11.2 version's schema mapping page 'target schema' drop box shows inconsistence information
[115] TOOLS-4524 [CMT] If user doesnt have any table, it does not show in schema mapping page
[117] TOOLS-4528 [CMT] CUBRID dump foreign key reference table name error

Others

[99] TOOLS-4499 [CMT] Change the view creation specification
[106] TOOLS-4507 [CMT] Change schema image and migration wizard wording
[116] TOOLS-4525 [CMT] split schema file option result is different from 'cubrid unloaddb --split-schema-file'
[119] TOOLS-4529 CUBRID Migration Toolkit Release for 11.2.0

Realease 2023.05

31 May 05:25
1e38b39
Compare
Choose a tag to compare

CUBRID Migration 11.1.0.0061 is the latest stable version.

CUBRID Migration 11.1.0.0061

  • Add Mariadb, Informix as a source db in the migration function.
  • Fix the previous button's action to reflect changes.
  • Fix missing semicolon in update statistics syntax while migrating to CUBRID dump .
  • Fix comment migration error from versions prior to CUBRID 9.3.
  • Change the view creation part.
  • Modify trigger CUBRID SQL

Change logs:

Enhancements

[56] [TOOLS-4366] add maria db as a source db
[76] [TOOLS-4420] Merge Informix to Develop branch

Bug Fixes

[62] [TOOLS-4385] Modifying migration settings after click "Previous" in CMT Migration Wizard Step 5/5 does not reflect changes
[67] [TOOLS-4407] Remove Mariadb JDBC driver
[71] [TOOLS-4415] [CMT] Not created semicolon(;) in update statistics syntax when creating index files in CMT
[77] [TOOLS-4427] [CMT] Comment Migration error from CUBRID 9.3 or earlier
[79] [TOOLS-4431] [CMT] Change the specification of view creation part of CMT dump schema script to alter view query
[86] [TOOLS-4462] [CMT] Modify trigger CUBRID SQL
[90] [TOOLS-4472] [CMT] NullPointerException occures when source db is Informix

Others

[78] [TOOLS-4436] [CMT] View creation query is not created normally
[88] [TOOLS-4467] [CMT] Add Informix, mariadb message properties

Realease 2023.01

02 Feb 05:37
40cb79b
Compare
Choose a tag to compare

CUBRID Migration 11.0.2.0004 is the latest stable version.

CUBRID Migration 11.0.2.0004

  • Fix the single quote containing comments migration bug.
  • comment migration only supports oracle, cubrid. Others will be supported by the later versions.

Bug Fixes

[72] [TOOLS-4410] commnet's Single quote(') is not migrate accurately

Realease 2022.11

07 Nov 06:54
b34fbe6
Compare
Choose a tag to compare

CUBRID Migration 11.0.1.0003 is the latest stable version.

CUBRID Migration 11.0.1.0003

  • Add Oracle, CUBRID comment migrate function
  • Add MySQL8 JDBC Driver support
  • fix incorrect message dialog
  • fix invalid URLs
  • Update version
  • Add JDBC Driver files.

Change logs:

Enhancements

[47] [TOOLS-4350] Supporting migration of COMMENT
[48] [TOOLS-4351] Column comment is not migrate accurately
[49] [TOOLS-4352] NullPointException occurred during comment migration
[46] [TOOLS-4348] Support to use MySQL8 JDBC Driver on CMT
[58] [TOOLS-4376] Add source DB's comment migrate function

Bug Fixes

[50] [TOOLS-4353] CMT varchar length guide error
[45] [TOOLS-4347] The ORDER BY clause for MS-SQL occurs an error in CMT's SQL Tab
[52] [TOOLS-4359] change several URL in CMT
[54] [TOOLS-4363] [CMT] Mapping page message error for table's PK
[55] [TOOLS-4362] [CMT] Schema name must included in the list of tables which didn't have PK

Others

[60] [TOOLS-4376] add JDBC Drivers

Release 2021.11

10 Nov 04:48
ed01c88
Compare
Choose a tag to compare

CUBRID Migration 11.0.0.0002 is the latest stable version.

CUBRID Migration 11.0.0.0002

  • Bugfix for oracle error support.
  • Enhancements
  • Update version
  • Add JDBC Driver files.

Change logs:

Enhancements

[39] [TOOLS-4342] Add an option to show migration report at once for CMT Console
[40] [TOOLS-4344] Support for saving failed SQLs when migrating from SQL Files
[41] [TOOLS-4345] Supports for changing to "Nullable" when LOB typed columns are set to "Not Null"
[42] [TOOLS-4343] Supports the function to select schema's entities at once on Navigator
[44] [TOOLS-4346] CUBRID Migration Toolkit Release for 11.0.0.0002

Bug Fixes

[38] [TOOLS-4341] When "ORA-06552" error occurs in ORACLE, CMT skips the error

Release 2021.01

22 Jan 04:38
2ed40f1
Compare
Choose a tag to compare

CUBRID Migration 11.0.0.0001 is the latest stable version.

CUBRID Migration 11.0.0.0001

  • Enhancements to accommodate multi schema (Oracle, MS-SQL)
  • Add JDBC Driver files (11.0.0.0248 is included)

Change logs:

Enhancements

[35][TOOLS-4334]Enhancements to accommodate multi schema (Oracle, MS-SQL)

[36][TOOLS-4338]CMT Release for 11.0

  • CMT Launcher file's icon is changed for Windows platform
  • CMT Launcher file date is changed for Windows platform
  • Add JDBC Driver files (11.0.0.0248 is included)

Release 2019.11

12 Dec 08:26
e560d3c
Compare
Choose a tag to compare

CUBRID Migration 10.2.0.0001 is the latest stable version.

CUBRID Migration 10.2.0.0001


Change logs:

Enhancements

[31] [TOOLS-4318] New translation rules are added, 'blob->bit varying' and 'clob->varchar', in CUBRID>>CUBRID

Bug Fixes

[28] [TOOLS-4311] Add a condition to handle when a column data type is numeric(n, 0) and a column data value is zero
[30] [TOOLS-4315] Change from parent composite to composite

Release 2019.07

23 Jul 02:16
Compare
Choose a tag to compare

Please refer to #32

Release 2018.09

17 Oct 07:06
f1656de
Compare
Choose a tag to compare
 Write a message for tag:

   10.1.0.003