mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Merge branch 'master' into master
This commit is contained in:
@@ -45,6 +45,7 @@ null { return NUL; }
|
||||
(<=) { return LTEQ; }
|
||||
(>=) { return GTEQ; }
|
||||
like { return LIKE; }
|
||||
limit { return LIMIT; }
|
||||
count { return COUNT; }
|
||||
strptime { return STRPTIME; }
|
||||
[ \t\r] ;
|
||||
@@ -53,6 +54,7 @@ strptime { return STRPTIME; }
|
||||
yyless(yyleng-1);
|
||||
yymore();
|
||||
}
|
||||
|
||||
\"[^"]*\" {
|
||||
int ip, op, ilen;
|
||||
ilen = strlen(yytext);
|
||||
|
||||
Reference in New Issue
Block a user