User: ihi Date: 2006/10/18 06:08:45 Modified: dba/connectivity/source/drivers/mozab/MResultSet.cxx
Log: INTEGRATION: CWS dba205b (1.27.18); FILE MERGED 2006/08/09 19:52:36 fs 1.27.18.1: refactored the OColumnAlias class, in preparation of fixing #b6248060# File Changes: Directory: /dba/connectivity/source/drivers/mozab/ ================================================== File [changed]: MResultSet.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mozab/MResultSet.cxx?r1=1.28&r2=1.29 Delta lines: +1 -1 ------------------- --- MResultSet.cxx 17 Sep 2006 02:57:09 -0000 1.28 +++ MResultSet.cxx 18 Oct 2006 13:08:42 -0000 1.29 @@ -153,7 +153,7 @@ ,m_nResultSetConcurrency(ResultSetConcurrency::UPDATABLE) ,m_pSQLIterator( _pSQLIterator ) ,m_pParseTree( _pSQLIterator->getParseTree() ) - ,m_aQuery(pStmt->getOwnConnection()->getColumnAlias().getAliasMap()) + ,m_aQuery( pStmt->getOwnConnection()->getColumnAlias() ) ,m_pTable(NULL) ,m_CurrentRowCount(0) ,m_nParamIndex(0) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
