Tag: cws_src680_dba22b User: fs Date: 2006/12/13 02:42:54 Modified: dba/dbaccess/source/core/api/RowSet.cxx
Log: GroupBy doesn't depend on ApplyFilter File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: RowSet.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/RowSet.cxx?r1=1.151&r2=1.151.6.1 Delta lines: +5 -5 ------------------- --- RowSet.cxx 21 Nov 2006 17:15:36 -0000 1.151 +++ RowSet.cxx 13 Dec 2006 10:42:50 -0000 1.151.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: RowSet.cxx,v $ * - * $Revision: 1.151 $ + * $Revision: 1.151.6.1 $ * - * last change: $Author: vg $ $Date: 2006/11/21 17:15:36 $ + * last change: $Author: fs $ $Date: 2006/12/13 10:42:50 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -2376,8 +2376,6 @@ m_xComposer->setFilter(m_aFilter); if ( m_aHavingClause.getLength() ) m_xComposer->setHavingClause(m_aHavingClause); - if ( m_aGroupBy.getLength() ) - m_xComposer->setGroup(m_aGroupBy); } if ( m_bIgnoreResult ) @@ -2391,6 +2389,8 @@ if ( m_aOrder.getLength() ) m_xComposer->setOrder( m_aOrder ); + if ( m_aGroupBy.getLength() ) + m_xComposer->setGroup( m_aGroupBy ); if ( !m_xColumns.is() ) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
