[Libreoffice-commits] .: connectivity/source

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Wed Nov 30 09:37:54 PST 2011


 connectivity/source/drivers/postgresql/pq_statics.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit aad641e29b87013ecd77d03d18d7755f284539d7
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Wed Nov 30 18:30:39 2011 +0100

    pgsql-sdbc: adapt comment to new code situation

diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx
index 3a95279..acd0d28 100644
--- a/connectivity/source/drivers/postgresql/pq_statics.cxx
+++ b/connectivity/source/drivers/postgresql/pq_statics.cxx
@@ -698,8 +698,9 @@ Statics & getStatics()
                            baseTypeDefs[i].value;
             }
 
-            // LEM TODO: this bears a passing resemblance with the structure of pg_catalog.pg_type
-            // LEM TODO: isSigned (last field) is not initialised
+            // This is the metadata for the columns of the recordset returned
+            // by ::com::sun::star::sdbc::XDatabaseMetaData::getTypeInfo(),
+            // that is what is returned by getTypeInfo().getMetaData()
             DefColumnMetaData defTypeInfoMetaData[] =
                 {
                     { "TYPE_NAME", "TYPEINFO", "pg_catalog", "", com::sun::star::sdbc::DataType::VARCHAR, 0,50,0,0,0,0, false },  // 0


More information about the Libreoffice-commits mailing list