You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gk...@apache.org on 2020/08/13 13:43:11 UTC

svn commit: r1880829 - /db/torque/torque4/trunk/torque-test/pom.xml

Author: gk
Date: Thu Aug 13 13:43:11 2020
New Revision: 1880829

URL: http://svn.apache.org/viewvc?rev=1880829&view=rev
Log:
- fix or workaround for certain databsses, if no table  is detected, but create fails with already exists, eg. in derbyEmbedded (guess: because it is called twice in maven build?)

Modified:
    db/torque/torque4/trunk/torque-test/pom.xml

Modified: db/torque/torque4/trunk/torque-test/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/torque4/trunk/torque-test/pom.xml?rev=1880829&r1=1880828&r2=1880829&view=diff
==============================================================================
--- db/torque/torque4/trunk/torque-test/pom.xml (original)
+++ db/torque/torque4/trunk/torque-test/pom.xml Thu Aug 13 13:43:11 2020
@@ -497,7 +497,8 @@
                             <url>${torque.database.url}</url>
                             <username>${torque.database.user}</username>
                             <password>${torque.database.password}</password>
-                            <onError>${onSqlError}</onError>
+                            <!--onError>${onSqlError}</onError-->
+                            <onError>continue</onError>
                             <autocommit>true</autocommit>
                             <orderFile>ascending</orderFile>
                             <fileset>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org