summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-09-04 07:23:44 +0000
committerOliver Bolte <obo@openoffice.org>2003-09-04 07:23:44 +0000
commit2fbb8a26ccd91985408e5f46fb690db4fd9cc5a8 (patch)
tree7a19ac18458cd4f37a8814275f9ff5981c0b390d /connectivity
parent71476bac63090f932ac1bc5671b874f9d689183b (diff)
INTEGRATION: CWS oj4 (1.27.40); FILE MERGED
2003/07/02 13:30:36 oj 1.27.40.1: #i16275# correct longvarcahr type
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/dbase/DDatabaseMetaData.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
index 34437e041890..e6d394d11f5c 100644
--- a/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
+++ b/connectivity/source/drivers/dbase/DDatabaseMetaData.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: DDatabaseMetaData.cxx,v $
*
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
- * last change: $Author: hr $ $Date: 2003-03-19 16:38:22 $
+ * last change: $Author: obo $ $Date: 2003-09-04 08:23:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -172,6 +172,7 @@ Reference< XResultSet > SAL_CALL ODbaseDatabaseMetaData::getTypeInfo( ) throw(S
aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("LONGVARCHAR"));
aRow[2] = new ORowSetValueDecorator(DataType::LONGVARCHAR);
aRow[3] = new ORowSetValueDecorator((sal_Int32)65535);
+ aRow[6] = new ORowSetValueDecorator();
aRows.push_back(aRow);
aRow[1] = new ORowSetValueDecorator(::rtl::OUString::createFromAscii("DATE"));