[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - connectivity/registry

Lionel Elie Mamane lionel at mamane.lu
Wed Jan 7 07:17:21 PST 2015


 connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 92eadff29ac6f4e53b7123ccacba9e8e49772a8e
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Wed Jan 7 15:57:11 2015 +0100

    fdo#88099 PostgreSQL-SDBC: use correct syntax for boolean comparisons
    
    Change-Id: Iddb551b62b1ff3fc9ce977483e41faa9ad8aef13
    Reviewed-on: https://gerrit.libreoffice.org/13799
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
index 51f8148..63757e3 100644
--- a/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
+++ b/connectivity/registry/postgresql/org/openoffice/Office/DataAccess/Drivers.xcu
@@ -55,6 +55,11 @@
             <value>false</value>
           </prop>
         </node>
+        <node oor:name="BooleanComparisonMode" oor:op="replace">
+          <prop oor:name="Value" oor:type="xs:int">
+            <value>2</value>
+          </prop>
+        </node>
       </node>
       <node oor:name="Features">
         <!-- These entries enable the "Advanced Settings" UI to change the settings


More information about the Libreoffice-commits mailing list