Tag: cws_src680_dba24b User: oj Date: 2007-08-23 12:17:57+0000 Modified: dba/connectivity/source/drivers/file/fanalyzer.cxx dba/connectivity/source/drivers/file/fcomp.cxx
Log: #i31030 chanfge to in too File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fanalyzer.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fanalyzer.cxx?r1=1.24&r2=1.24.124.1 Delta lines: +4 -4 ------------------- --- fanalyzer.cxx 2006-09-17 02:35:18+0000 1.24 +++ fanalyzer.cxx 2007-08-23 12:17:54+0000 1.24.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: fanalyzer.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.24.124.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 02:35:18 $ + * last change: $Author: oj $ $Date: 2007/08/23 12:17:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -117,7 +117,7 @@ } else if ( ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) ) { - ::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Statement to complex. Only \"COUNT(*)\" is supported.")),NULL); + ::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Statement too complex. Only \"COUNT(*)\" is supported.")),NULL); } else m_aSelectionEvaluations.push_back( TPredicates() ); File [changed]: fcomp.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fcomp.cxx?r1=1.26&r2=1.26.124.1 Delta lines: +7 -7 ------------------- --- fcomp.cxx 2006-09-17 02:36:18+0000 1.26 +++ fcomp.cxx 2007-08-23 12:17:54+0000 1.26.124.1 @@ -4,9 +4,9 @@ * * $RCSfile: fcomp.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.26.124.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 02:36:18 $ + * last change: $Author: oj $ $Date: 2007/08/23 12:17:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -146,7 +146,7 @@ OSQLParseNode *pColumnRef = pSelection->getChild(i)->getChild(0); if ( SQL_ISRULE(pColumnRef,general_set_fct) && pColumnRef->count() != 4 ) { - ::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Statement to complex. Only \"COUNT(*)\" is supported.")),NULL); + ::dbtools::throwGenericSQLException(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Statement too complex. Only \"COUNT(*)\" is supported.")),NULL); } } } @@ -287,7 +287,7 @@ // upper, lower etc. SQL_ISRULE(pPredicateNode->getChild(2),fold)) ) { - ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement to complex"),NULL); + ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement too complex"),NULL); return NULL; } @@ -614,7 +614,7 @@ } } else - ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement to complex"),NULL); + ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement too complex"),NULL); } else if( SQL_ISRULE(pPredicateNode,fold) ) @@ -634,7 +634,7 @@ } else { - ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement to complex"),NULL); + ::dbtools::throwGenericSQLException(::rtl::OUString::createFromAscii("Statement too complex"),NULL); } if (pOperand) m_aCodeList.push_back(pOperand); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
