MWS_SRX644: migrate branch mws_srx644 -> HEAD

This commit is contained in:
Jens-Heiner Rechtien
2003-03-19 15:38:50 +00:00
parent a0b65deaa6
commit 53128e64b7
70 changed files with 5706 additions and 1398 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: sqlnode.cxx,v $
*
* $Revision: 1.31 $
* $Revision: 1.32 $
*
* last change: $Author: oj $ $Date: 2002-09-27 11:10:32 $
* last change: $Author: hr $ $Date: 2003-03-19 16:38:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,7 +67,10 @@
#include <internalnode.hxx>
#endif
#define YYBISON 1
#ifndef BISON_INCLUDED
#define BISON_INCLUDED
#include <sqlbison.hxx>
#endif
#ifndef _CONNECTIVITY_SQLPARSE_HXX
#include <connectivity/sqlparse.hxx>
#endif
@@ -327,7 +330,7 @@ void OSQLParseNode::parseNodeToStr(::rtl::OUString& rString, const SQLParseNodeP
{
// Funktionsname nicht quoten
SQLParseNodeParameter aNewParam(rParam);
aNewParam.bQuote = sal_False;
aNewParam.bQuote = ( SQL_ISRULE(this,length_exp) || SQL_ISRULE(this,char_value_fct) );
m_aChilds[0]->parseNodeToStr(rString, aNewParam);
aNewParam.bQuote = rParam.bQuote;