[Libreoffice-commits] core.git: connectivity/source
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Jul 2 06:40:38 PDT 2015
connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8a2efbb7172a00692d4b8c3f326d93aa42036584
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/16640
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Lionel Elie Mamane <lionel at mamane.lu>
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