Tag: cws_src680_qiq
User: fs      
Date: 06/06/09 06:05:42

Modified:
 /dba/connectivity/source/parse/
  sqliterator.cxx

Log:
 corrected an assertion

File Changes:

Directory: /dba/connectivity/source/parse/
==========================================

File [changed]: sqliterator.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqliterator.cxx?r1=1.46.78.6&r2=1.46.78.7
Delta lines:  +3 -3
-------------------
--- sqliterator.cxx     7 Jun 2006 12:18:06 -0000       1.46.78.6
+++ sqliterator.cxx     9 Jun 2006 13:05:40 -0000       1.46.78.7
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqliterator.cxx,v $
  *
- *  $Revision: 1.46.78.6 $
+ *  $Revision: 1.46.78.7 $
  *
- *  last change: $Author: fs $ $Date: 2006/06/07 12:18:06 $
+ *  last change: $Author: fs $ $Date: 2006/06/09 13:05:40 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -449,7 +449,7 @@
 //-----------------------------------------------------------------------------
 void OSQLParseTreeIterator::getQualified_join( OSQLTables& _rTables, const 
OSQLParseNode *pTableRef, ::rtl::OUString& aTableRange )
 {
-    OSL_PRECOND( SQL_ISRULE( pTableRef, joined_table ) || SQL_ISRULE( 
pTableRef, cross_union ),
+    OSL_PRECOND( SQL_ISRULE( pTableRef, joined_table ) || SQL_ISRULE( 
pTableRef, cross_union ) || SQL_ISRULE( pTableRef, qualified_join ) ,
         "OSQLParseTreeIterator::getQualified_join: illegal node!" );
 
        aTableRange = ::rtl::OUString();




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to