From 6ea6a422fbb6279c6fc589e86603a6864273229d Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Sat, 7 Sep 2013 14:21:22 +0200 Subject: s/wiki.services.openoffice.org/wiki.openoffice.org/g Change-Id: I059fbee385a109069c70f3869021c8e2ee48fee1 --- connectivity/source/drivers/postgresql/pq_databasemetadata.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx index 8ec5b6beec61..067c49ad6186 100644 --- a/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx +++ b/connectivity/source/drivers/postgresql/pq_databasemetadata.cxx @@ -241,7 +241,7 @@ sal_Int32 DatabaseMetaData::getDriverMinorVersion( ) throw (RuntimeException) sal_Bool DatabaseMetaData::usesLocalFiles( ) throw (SQLException, RuntimeException) { // LEM TODO: - // http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Database/XDatabaseMetaData_Interface + // http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/XDatabaseMetaData_Interface // says "Returns true when the catalog name of the // database should not appear in the DatasourceBrowser // of OpenOffice.org API, otherwise false is returned." @@ -342,7 +342,7 @@ OUString DatabaseMetaData::getSQLKeywords( ) throw (SQLException, RuntimeExcept OUString DatabaseMetaData::getNumericFunctions( ) throw (SQLException, RuntimeException) { // See http://www.postgresql.org/docs/9.1/static/functions-math.html - // LEM TODO: Err... http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/Database/Support_Scalar_Functions + // LEM TODO: Err... http://wiki.openoffice.org/wiki/Documentation/DevGuide/Database/Support_Scalar_Functions // says this should be "Open Group CLI" names, not PostgreSQL names. // Currently this is just a list of supported functions in PostgreSQL, with PostgreSQL names. // And it is my job to map from Open Group CLI names/syntax to PostgreSQL names/syntax. Where? By parsing the SQL??? -- cgit