You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-dev@db.apache.org by to...@apache.org on 2006/03/12 17:25:55 UTC

svn commit: r385307 - /db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java

Author: tomdz
Date: Sun Mar 12 08:25:54 2006
New Revision: 385307

URL: http://svn.apache.org/viewcvs?rev=385307&view=rev
Log:
Changed default value for useDelimitedIdentifiers in the tasks to false

Modified:
    db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java

Modified: db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java
URL: http://svn.apache.org/viewcvs/db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java?rev=385307&r1=385306&r2=385307&view=diff
==============================================================================
--- db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java (original)
+++ db/ddlutils/trunk/src/java/org/apache/ddlutils/task/PlatformConfiguration.java Sun Mar 12 08:25:54 2006
@@ -35,7 +35,7 @@
     /** The data source to use for accessing the database. */
     private BasicDataSource _dataSource;
     /** Whether to use delimited SQL identifiers. */
-    private boolean _useDelimitedSqlIdentifiers = true;
+    private boolean _useDelimitedSqlIdentifiers;
     /** The catalog pattern. */
     private String _catalogPattern;
     /** The schema pattern. */