Tag: cws_src680_dba205c
User: fs      
Date: 2006/10/10 06:40:10

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

Log:
 #i69227# when stepping down a sub query, don't forget to erase its name from 
the pSubQueryHistory, to allow repeated occurances

File Changes:

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

File [changed]: sqlnode.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlnode.cxx?r1=1.44&r2=1.44.10.1
Delta lines:  +8 -3
-------------------
--- sqlnode.cxx 17 Sep 2006 03:09:39 -0000      1.44
+++ sqlnode.cxx 10 Oct 2006 13:40:07 -0000      1.44.10.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: sqlnode.cxx,v $
  *
- *  $Revision: 1.44 $
+ *  $Revision: 1.44.10.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/09/17 03:09:39 $
+ *  last change: $Author: fs $ $Date: 2006/10/10 13:40:07 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -720,6 +720,11 @@
             if ( rParam.bQuote )
                 rString += SetQuotation( sTableOrQueryName, 
rParam.aIdentifierQuote, rParam.aIdentifierQuote );
         }
+
+        // don't forget to remove the query name from the history, else 
multiple inclusions
+        // won't work
+        // #i69227# / 2006-10-10 / [EMAIL PROTECTED]
+        rParam.pSubQueryHistory->erase( sTableOrQueryName );
 
         return true;
     }




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

Reply via email to