connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8a2efbb7172a00692d4b8c3f326d93aa42036584 Author: Andrea Gelmini <[email protected]> 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 <[email protected]> Reviewed-by: Lionel Elie Mamane <[email protected]> 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," _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
