too many waiting objects when importing data
--------------------------------------------
Key: DDLUTILS-64
URL: http://issues.apache.org/jira/browse/DDLUTILS-64
Project: DdlUtils
Type: Bug
Environment: ddlutils - svn version - 13.01.2006
sun jdk 1.5.0_06 for linux
source database - hsqldb 1.8.0.2
target database - Apache Derby 10.1.2.1
Reporter: Georgi Naplatanov
Assigned to: Thomas Dudziak
i try to migrate hsqldb database to apache derby and i have
synchronization problem with autogenerated keys from the source db
and new values from the target db
Lets say we hawe one row from the parent table
parent table - source db
pk autoincrement - id = 35
parent table- target db
pk autoincrement - id = 2
In this case ddlutils can't insert rows to the tables wich has foreign key
(FK) from
parent table because id value was changed from 35 to 2.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira