Tag: cws_dev300_dba31b User: oj Date: 2008-08-15 11:30:59+0000 Modified: dba/connectivity/source/parse/sqlbison.y
Log: #i81028# correct trim syntax File Changes: Directory: /dba/connectivity/source/parse/ ========================================== File [changed]: sqlbison.y Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/parse/sqlbison.y?r1=1.66.6.2&r2=1.66.6.3 Delta lines: +8 -1 ------------------- --- sqlbison.y 2008-08-15 11:28:01+0000 1.66.6.2 +++ sqlbison.y 2008-08-15 11:30:57+0000 1.66.6.3 @@ -9,7 +9,7 @@ // // $RCSfile: sqlbison.y,v $ // -// $Revision: 1.66.6.2 $ +// $Revision: 1.66.6.3 $ // // This file is part of OpenOffice.org. // @@ -2851,6 +2851,13 @@ $$->append($3); $$->append($4); } + | trim_spec SQL_TOKEN_FROM value_exp + { + $$ = SQL_NEW_RULE; + $$->append($1); + $$->append($2); + $$->append($3); + } | value_exp SQL_TOKEN_FROM value_exp { $$ = SQL_NEW_RULE; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
