antlr4 icon indicating copy to clipboard operation
antlr4 copied to clipboard

[Java] StackOverflowError

Open Keanhua opened this issue 1 year ago • 0 comments

when i use the antlr to parse postgresql like 'select * from table where id in (1,2,3,4,5,6……15000) ' it occurs the StackOverflowError like this,but the same sql in mysql is ok,antlr use the recursion method maybe cause it。

image

image

Keanhua avatar Jan 31 '24 02:01 Keanhua