diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-07-25 05:14:12 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-07-25 05:14:12 +0000 |
commit | aa9bea0cc7aa7531793a53c23690dca5a681b2a4 (patch) | |
tree | bdcbdeb7ae79a92f047902d348c573e23b4475c6 /connectivity/source/parse/sqlflex.l | |
parent | 9cef642dc3c042a44809083763c985bcdd469750 (diff) |
#87935# parameter corrected for predicate tree
Diffstat (limited to 'connectivity/source/parse/sqlflex.l')
-rw-r--r-- | connectivity/source/parse/sqlflex.l | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l index 4dcdc6b73608..b412d06c1b61 100644 --- a/connectivity/source/parse/sqlflex.l +++ b/connectivity/source/parse/sqlflex.l @@ -2,7 +2,7 @@ //-------------------------------------------------------------------------- // -// $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/connectivity/source/parse/sqlflex.l,v 1.11 2001-05-30 13:37:50 oj Exp $ +// $Header: /zpool/svn/migration/cvs_rep_09_09_08/code/connectivity/source/parse/sqlflex.l,v 1.12 2001-07-25 06:13:55 oj Exp $ // // Copyright 2000 Sun Microsystems, Inc. All Rights Reserved. // @@ -10,7 +10,7 @@ // OJ // // Last change: -// $Author: oj $ $Date: 2001-05-30 13:37:50 $ $Revision: 1.11 $ +// $Author: oj $ $Date: 2001-07-25 06:13:55 $ $Revision: 1.12 $ // // Description: // @@ -325,7 +325,7 @@ OSQLScanner* xxx_pGLOBAL_SQLSCAN = NULL; <STRING>["-""+""*""/"":""("")"",""."";""?""{""}"] { return SQLyytext[0]; } /* */ <STRING>"[" { return gatherString(']' ,0); } -<STRING>[^ ':[]* { return gatherNamePre(SQLyytext); } +<STRING>[^ ':["?"]* { return gatherNamePre(SQLyytext); } \n {} |