diff options
author | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-30 14:00:54 +0100 |
---|---|---|
committer | Ocke Janssen [oj] <Ocke.Janssen@sun.com> | 2009-11-30 14:00:54 +0100 |
commit | 39b35574d2b54e1e461993def9aa9c4cc53df61a (patch) | |
tree | 1b8449608a88870a9f2b6f711413f3c1b113fd4c /connectivity | |
parent | eb0f90d33200e26d128672bbb6a105e815144cfc (diff) |
dba33d: don't export intern props
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/jdbc/tools.cxx | 2 |
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; |