[Libreoffice-commits] core.git: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 24 12:31:06 UTC 2018
connectivity/source/drivers/jdbc/tools.cxx | 5 +++++
1 file changed, 5 insertions(+)
New commits:
commit 0b01a950edafc595293a6d0f3ea09d0703da6215
Author: Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Oct 13 16:59:40 2018 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Oct 24 14:30:38 2018 +0200
Add 5 properties to not pass to JDBC driver
AppendTableAliasInSelect
DisplayVersionColumns
GeneratedValues
UseIndexDirectionKeyword
UseKeywordAsBeforeAlias
So we don't get this kind of message:
warn:legacy.osl:4402:4415:connectivity/source/drivers/jdbc/tools.cxx:153: OSL_ASSERT: 0
Change-Id: Id74e2a914d76e199c0f18d25d4169401ab500136
Reviewed-on: https://gerrit.libreoffice.org/61740
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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"
More information about the Libreoffice-commits
mailing list