summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-17 14:22:53 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-17 14:22:53 +0100
commit9cb7d012fccf37c491ffcfa83ce795534e6ed475 (patch)
tree26c213ccc9b3bf8c6c93526175f9cd674a21821b /connectivity
parentbdcf38cfcbb9cb9fdce7604927d82a0e25c2bd03 (diff)
parent3d9007d051323d2e31b36fe031f8cc69b4f51324 (diff)
autorecovery: merging latest changes from CWS dba33e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqlflex.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlflex.l b/connectivity/source/parse/sqlflex.l
index 77544ece300a..275bd5b34619 100644
--- a/connectivity/source/parse/sqlflex.l
+++ b/connectivity/source/parse/sqlflex.l
@@ -396,7 +396,7 @@ VAR_SAMP {SQL_NEW_KEYWORD(SQL_TOKEN_VAR_S
<SQL>\" { return gatherString('\"',0); }
<SQL>` { return gatherString('`' ,0); }
-<PREDICATE_GER,PREDICATE_ENG,DATE>"[" { return gatherString(']' ,0);}
+<PREDICATE_GER,PREDICATE_ENG,DATE,SQL>"[" { return gatherString(']' ,0);}
\' { return gatherString('\'',1); }