diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-01 00:13:57 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-07-02 13:40:06 +0000 |
commit | 8a2efbb7172a00692d4b8c3f326d93aa42036584 (patch) | |
tree | 8b6b957c434c25f8a192f3375dc9fe8c4f9d006d /connectivity/source/drivers | |
parent | 824adeee90e9bb0d3398cdf04b5bb5c96afdd021 (diff) |
Fix PostgreSQL function name
Change-Id: Ic089540c07c7fe7c85705fc3513411a7e2571a12
Reviewed-on: https://gerrit.libreoffice.org/16640
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu>
Diffstat (limited to 'connectivity/source/drivers')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 |
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," |