On 1/8/07, Laurent ROCHE <[EMAIL PROTECTED]> wrote:
I have a table where the Foreign Key references the table it-self (case of a parent-child schema). On most of the rows, the FK references another row but for the top rows/primary ancestors (called them whatever you want) the FK references the row it self. DDL-Utils apparently does not know how to manage this ... and no rows are inserted (as the parents are not inserted, no children are).
You're right, DdlUtils did not handle them. I've added code to deal with them (even when the PK contains identity columns), please update and test again. Tom
