User: obo Date: 05/12/21 05:34:06 Modified: /dba/dbaccess/source/core/api/ RowSetCache.cxx
Log: INTEGRATION: CWS dba202a (1.78.26); FILE MERGED 2005/11/25 07:40:08 oj 1.78.26.1: #i56333# create columns even when no column exists File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSetCache.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSetCache.cxx?r1=1.78&r2=1.79 Delta lines: +0 -1 ------------------- --- RowSetCache.cxx 23 Sep 2005 12:03:25 -0000 1.78 +++ RowSetCache.cxx 21 Dec 2005 13:34:03 -0000 1.79 @@ -224,7 +224,6 @@ if ( xColSup.is() ) { Reference<XNameAccess> xSelColumns = xColSup->getColumns(); - Reference<XDatabaseMetaData> xMeta = xConnection->getMetaData(); OColumnNamePos aColumnNames(xMeta.is() && xMeta->storesMixedCaseQuotedIdentifiers() ? true : false); ::dbaccess::getColumnPositions(xSelColumns,xColumns,aUpdateTableName,aColumnNames); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
