On 4/4/06, Jun Li <[EMAIL PROTECTED]> wrote: > I found that foreign-keys (reference to a same table) doesn't generated in a > particular order.
<snip> > And this issue happened on several tables. > > Any idea? DdlUtils uses the order in which the JDBC driver reports them (i.e. see method readForeignKeys in http://svn.apache.org/viewcvs.cgi/db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/JdbcModelReader.java?view=markup). Why is this an issue for you ? In the database this should be no problem as the fks are independent from each other. Tom
