User: rt Date: 2008-06-16 12:11:08+0000 Modified: dba/connectivity/source/drivers/evoab2/NStatement.cxx
Log: INTEGRATION: CWS rptchart02 (1.10.18); FILE MERGED 2008/05/23 08:26:42 oj 1.10.18.1: #i84290# change sql rule table_ref File Changes: Directory: /dba/connectivity/source/drivers/evoab2/ =================================================== File [changed]: NStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab2/NStatement.cxx?r1=1.10&r2=1.11 Delta lines: +2 -3 ------------------- --- NStatement.cxx 2008-04-10 08:54:38+0000 1.10 +++ NStatement.cxx 2008-06-16 12:11:05+0000 1.11 @@ -403,9 +403,8 @@ OSQLParseNode *pNodeForTableName = pAllTableNames->getChild( 0 )->getChild( 0 ); if( m_aSQLIterator.isTableNode( pNodeForTableName ) ) { - if( pAllTableNames->getChild( 0 )->count() == 4 ) - aTableName = pAllTableNames->getChild( 0 )->getChild( 2 )->getTokenValue(); - else + aTableName = getTableRange(pAllTableNames->getChild( 0 )); + if( !aTableName.getLength() ) OSQLParseNode::getTableComponents( pNodeForTableName, aCatalog, aSchema, aTableName); } else --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
