On 11/24/06, Laurent ROCHE <[EMAIL PROTECTED]> wrote:
An here comes case (4) I have a table and data PostgreSQL, and I want to transfer them into Derby. DDL-Utils generates and creates a new table and then insert the data into the table. But the value of the autoincrement from Postgres is not passed through to Derby, hence an error at the next attempt to insert data in the table of the Derby Database. Of course, if the table was empty in Postgres there is no problem.
Ah now, that's something different. I assumed that the Derby table was a problem. But this sounds like a bug, so please file an issue in JIRA and attach (if possible) SQL for the PostgreSql table. thanks, Tom
