diff options
-rw-r--r-- | connectivity/source/drivers/jdbc/tools.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/connectivity/source/drivers/jdbc/tools.cxx b/connectivity/source/drivers/jdbc/tools.cxx index 3e0ccc05e3ad..58d7744333af 100644 --- a/connectivity/source/drivers/jdbc/tools.cxx +++ b/connectivity/source/drivers/jdbc/tools.cxx @@ -119,6 +119,11 @@ java_util_Properties* connectivity::createStringPropertyArray(const Sequence< Pr && pBegin->Name != "SystemProperties" && pBegin->Name != "CharSet" && pBegin->Name != "AppendTableAliasName" + && pBegin->Name != "AppendTableAliasInSelect" + && pBegin->Name != "DisplayVersionColumns" + && pBegin->Name != "GeneratedValues" + && pBegin->Name != "UseIndexDirectionKeyword" + && pBegin->Name != "UseKeywordAsBeforeAlias" && pBegin->Name != "AddIndexAppendix" && pBegin->Name != "FormsCheckRequiredFields" && pBegin->Name != "GenerateASBeforeCorrelationName" |