diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-30 18:30:39 +0100 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2011-11-30 18:37:46 +0100 |
commit | aad641e29b87013ecd77d03d18d7755f284539d7 (patch) | |
tree | bbaa7329d1f858b41a58dae1300fc6e6167035a5 /connectivity | |
parent | 286665960a3474ddee1f01807de10d5251f49848 (diff) |
pgsql-sdbc: adapt comment to new code situation
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/postgresql/pq_statics.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 |