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

[email protected]
Newsgroups gmane.comp.jakarta.turbine.torque.devel
Message-ID <[email protected]>
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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.