summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-17 13:08:51 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-17 13:08:51 +0000
commitf03e71c8b635156ee929efca59b60020faae0dcd (patch)
tree37a0fa0ac6b757ed4669226df39777f938382284 /officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
parentb735824cf02b63df513cf99140a05461c4c78b72 (diff)
INTEGRATION: CWS dba18 (1.27.56); FILE MERGED
2004/10/15 11:04:35 oj 1.27.56.2: #i34787# disable the connection pooling for all drivers by default. 2004/10/15 07:44:51 oj 1.27.56.1: #i33591# add Extension to the user defined driver
Diffstat (limited to 'officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs10
1 files changed, 7 insertions, 3 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
index 0d2ba046395f..a16ee3a65cd7 100644
--- a/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/DataAccess.xcs
@@ -3,9 +3,9 @@
*
* $RCSfile: DataAccess.xcs,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 13:25:40 $
+ * last change: $Author: obo $ $Date: 2004-11-17 14:08:51 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -193,6 +193,10 @@
<desc>Specifies the prefix of the URL of the database driver.</desc>
</info>
</prop>
+ <prop oor:name="Extension" oor:type="xs:string">
+ <info><desc>The file extension, which match to this type. Only set when it is file based driver</desc></info>
+ <value/>
+ </prop>
</group>
</templates>
<component>
@@ -233,7 +237,7 @@
<info>
<desc>Specifies if the global connection pool is enabled.</desc>
</info>
- <value>true</value>
+ <value>false</value>
</prop>
<set oor:name="DriverSettings" oor:node-type="DriverPooling">
<info>