summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-07-01 00:13:57 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:52:58 +0200
commit1f711bf77b3b904112675f89465d2c90284a9d5f (patch)
tree5de650c12fcdd1af36f0465a18e4030f209fc6ac /connectivity
parent1712a27d1e15abd4e54c9bd7c14f365e1a88e9d8 (diff)
Fix PostgreSQL function name
Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12 Reviewed-on: https://gerrit.libreoffice.org/16698 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/postgresql/pq_databasemetadata.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
index 5c4a29bbdb89..41c9558e909c 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,"