Skip to content

Commit b08f205

Browse files
committed
1 parent 6b2422e commit b08f205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6058,11 +6058,11 @@ AlterSystemStatement AlterSystemStatement():
60586058
)
60596059
|
60606060
(
6061-
"DISCONNECT SESSION" { operation = AlterSystemOperation.DISCONNECT_SESSION; }
6061+
"DISCONNECT" "SESSION" { operation = AlterSystemOperation.DISCONNECT_SESSION; }
60626062
)
60636063
|
60646064
(
6065-
"KILL SESSION" { operation = AlterSystemOperation.KILL_SESSION; }
6065+
"KILL" "SESSION" { operation = AlterSystemOperation.KILL_SESSION; }
60666066
)
60676067
|
60686068
(

0 commit comments

Comments
 (0)