From aad641e29b87013ecd77d03d18d7755f284539d7 Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Wed, 30 Nov 2011 18:30:39 +0100 Subject: pgsql-sdbc: adapt comment to new code situation --- connectivity/source/drivers/postgresql/pq_statics.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'connectivity/source/drivers/postgresql/pq_statics.cxx') diff --git a/connectivity/source/drivers/postgresql/pq_statics.cxx b/connectivity/source/drivers/postgresql/pq_statics.cxx index 3a952799ec09..acd0d28481cc 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 -- cgit