Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable Parser Timeout via Feature #1592

Merged
merged 4 commits into from Jul 19, 2022

Conversation

manticore-projects
Copy link
Contributor

Fixes #1582
Implement Parser Timeout Feature, e. g. CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));
Add a special test failing after a long time only, to test TimeOut vs. Parser Exception

manticore-projects and others added 4 commits July 18, 2022 10:48
Fixes JSQLParser#1582
Implement Parser Timeout Feature, e. g. `CCJSqlParserUtil.parse(sqlStr, parser -> parser.withTimeOut(60000));`
Add a special test failing after a long time only, to test TimeOut vs. Parser Exception
@wumpz wumpz merged commit 7400013 into JSQLParser:master Jul 19, 2022
@manticore-projects manticore-projects deleted the ParserTimeOut branch July 19, 2022 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Postgresql: sql snippet causes hang in parser
2 participants