summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-30 14:00:54 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2009-11-30 14:00:54 +0100
commit39b35574d2b54e1e461993def9aa9c4cc53df61a (patch)
tree1b8449608a88870a9f2b6f711413f3c1b113fd4c /connectivity
parenteb0f90d33200e26d128672bbb6a105e815144cfc (diff)
dba33d: don't export intern props
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/jdbc/tools.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx
index f77c45d66fc8..13bc83d1a56d 100644
--- a/connectivity/source/drivers/jdbc/tools.cxx
+++ b/connectivity/source/drivers/jdbc/tools.cxx
@@ -153,6 +153,8 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr
&& pBegin->Name.compareToAscii( "SupportsTableCreation" )
&& pBegin->Name.compareToAscii( "UseJava" )
&& pBegin->Name.compareToAscii( "Authentication" )
+ && pBegin->Name.compareToAscii( "PreferDosLikeLineEnds" )
+ && pBegin->Name.compareToAscii( "PrimaryKeySupport" )
)
{
::rtl::OUString aStr;