On 2/9/06, Jun Li <[EMAIL PROTECTED]> wrote: > Good. Now it works. However the new problem is, the databases are not > identical. I mean the database generated from the XML file has some > differences with the database which generates the XML file. I found the > difference simply by comparing the XML file.
<snip> > Look at the hightlighted part. It happened to every table in the database. A > newly added unique constraint. As I said, I'm currently working on the Sql Server support. What you're seeing is the unique index that Sql Server automatically creates for primary keys and which DdlUtils has to filter out. Tom
