On 10/21/05, Robert Einsle <[EMAIL PROTECTED]> wrote: > i'm using ddl-utils for short time, but we have one problem using ist. > > We're developing an Rich Client Application, and i will use DDL-Utils to > automatically alter the Databases. While testing on an > Postgres-Database, we have the Problem DDL-Utils works thrait throu the > xml-Inputfile, and alters the Database. But we have an definition of an > foreign key insertet in an table above the creation-rule of the table > itself. So, DDL-Utils first tries to alter the Database, inserting the > Foreign-key, fails, then creates the table. So, we have 2 choices, > sorting the xml-inputfile for the foreign keys, or DDL-Utils let to > create foreign keys after creating the needed Tables. For my choices i > would prefer the second solution. Can i do anything other?
Hi Robert, sorry for answering so late, but I was out-of-country for week. Anyway, could you perhaps open an issue with DDLUtils's JIRA for this and if possible attach some snippets (database layout, new schema XML) ? Tom
