You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by "Thomas Dudziak (JIRA)" <ji...@apache.org> on 2006/07/13 09:33:32 UTC

[jira] Updated: (DDLUTILS-64) too many waiting objects when importing data

     [ http://issues.apache.org/jira/browse/DDLUTILS-64?page=all ]

Thomas Dudziak updated DDLUTILS-64:
-----------------------------------

    Component: Core - Derby/Cloudscape/JavaDB

> too many waiting objects when importing data
> --------------------------------------------
>
>          Key: DDLUTILS-64
>          URL: http://issues.apache.org/jira/browse/DDLUTILS-64
>      Project: DdlUtils
>         Type: Bug

>   Components: Core - Derby/Cloudscape/JavaDB
>  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
>     Assignee: Thomas Dudziak
>  Attachments: derby.patch
>
> 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