Tag: cws_src680_qiq User: fs Date: 2006/06/30 06:34:11 Modified: dba/connectivity/source/parse/sqliterator.cxx
Log: #i51143# localize the error message about cyclic sub queries 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.14&r2=1.46.78.15 Delta lines: +3 -3 ------------------- --- sqliterator.cxx 30 Jun 2006 13:32:39 -0000 1.46.78.14 +++ sqliterator.cxx 30 Jun 2006 13:34:08 -0000 1.46.78.15 @@ -4,9 +4,9 @@ * * $RCSfile: sqliterator.cxx,v $ * - * $Revision: 1.46.78.14 $ + * $Revision: 1.46.78.15 $ * - * last change: $Author: fs $ $Date: 2006/06/30 13:32:39 $ + * last change: $Author: fs $ $Date: 2006/06/30 13:34:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -439,7 +439,7 @@ if ( !m_pImpl->isQueryAllowed( sComposedName ) ) { impl_appendError( SQLException( - m_rParser.getContext().getErrorMessage( IParseContext::ERROR_CYCLIC_SUB_QUERIES ) + m_rParser.getContext().getErrorMessage( IParseContext::ERROR_CYCLIC_SUB_QUERIES ), NULL, getStandardSQLState( SQL_CYCLIC_SUB_QUERIES ), 0, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
