So it's generating the database specific sql for each one. But for PostgreSQL it's using nextval() with a sequence that hasn't been defined or specified.I'm guessing that I'm doing something wrong or leaving something out since it's not creating the sequence.
That's odd. Could you create an issue in DdlUtils' JIRA and attach an XML database schema that leads to this error ? Tom
