Skip to content

Commit 0780720

Browse files
committed
fix: Update parser to correctly handle ENGINE token and pass existing CREATE TABLE tests
1 parent 34c8b11 commit 0780720

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6696,6 +6696,7 @@ List<String> CreateParameter():
66966696
| tk=<K_TYPE> | tk=<K_COMMENT> | tk=<K_USING> | tk=<K_COLLATE> | tk=<K_ASC>
66976697
| tk=<K_DESC> | tk=<K_TRUE> | tk=<K_FALSE> | tk=<K_PARALLEL> | tk=<K_BINARY> | tk=<K_START>
66986698
| tk=<K_TIME_KEY_EXPR> | tk=<K_RAW> | tk=<K_HASH> | tk=<K_FIRST> | tk=<K_LAST> | tk = <K_SIGNED> | tk = <K_UNSIGNED>
6699+
| tk=<K_ENGINE>
66996700
| tk="="
67006701
)
67016702
{ param.add(tk.image); }

0 commit comments

Comments
 (0)