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 08:32:30 UTC

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

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

    Resolution: Fixed

The Derby platform now supports reading back auto-generated values.

> 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
>     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