[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - connectivity/source

Andrea Gelmini andrea.gelmini at gelma.net
Fri Jul 3 02:13:45 PDT 2015


 connectivity/source/drivers/postgresql/pq_databasemetadata.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3d26c86bb0bd0b56564d09c2c6ef0befcb785096
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Wed Jul 1 00:13:57 2015 +0200

    Fix PostgreSQL function name
    
    Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12
    Reviewed-on: https://gerrit.libreoffice.org/16698
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 5c4a29b..41c9558 100644
--- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
+++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
@@ -384,7 +384,7 @@ OUString DatabaseMetaData::getStringFunctions(  ) throw (SQLException, RuntimeEx
         "convert_to,"
         "decode,"
         "encode,"
-        "foramt,"
+        "format,"
         "initcap,"
         "left,"
         "length,"


More information about the Libreoffice-commits mailing list