On 12/27/06, Laurent ROCHE <[EMAIL PROTECTED]> wrote:
I have upgraded to the latest DDL utils (and the latest Derby) and I still get the same errors ! I suspect some lines insert fails and then the others can not get inserted because the first ones failed ! Hence, it will be nice to get extra user friendly messages when data insert fails ! This can be a really tricky part when migrating data from one system to another, if we can not know what data failed to insert and the reason, this tool is going to be difficult to use ! A line number in data.xml, the SQL instruction that failed and the SQL error message would help a lot to correct the errors when moving data from one system to another.
Please update DdlUtils and set the new verbosity parameter (http://db.apache.org/ddlutils/ant/org.apache.ddlutils.task.DdlToDatabaseTask.html#parameter-verbosity) to DEBUG in order to see which rows are hold back. Tom
