User: hr Date: 2006/10/24 08:06:27 Modified: dba/connectivity/source/parse/sqlnode.cxx
Log: INTEGRATION: CWS dba205c (1.44.10); FILE MERGED 2006/10/10 13:40:07 fs 1.44.10.1: #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.45 Delta lines: +5 -0 ------------------- --- sqlnode.cxx 17 Sep 2006 03:09:39 -0000 1.44 +++ sqlnode.cxx 24 Oct 2006 15:06:24 -0000 1.45 @@ -721,6 +721,11 @@ 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; } catch( const SQLException& ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
