Skip to content

Commit 53ca038

Browse files
feat: Pratt 6.5 ms/ops with 14 failures
Signed-off-by: manticore-projects <andreas@manticore-projects.com>
1 parent dc6e3e8 commit 53ca038

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/net/sf/jsqlparser/parser/CCJSqlParserUtil.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ public static Statement parse(String sql, Consumer<CCJSqlParser> consumer)
8888
Statement statement;
8989
try {
9090
statement = parse(sql, executorService, consumer);
91+
} catch (JSQLParserException ex) {
92+
throw new JSQLParserException(sql, ex);
9193
} finally {
9294
executorService.shutdown();
9395
}

0 commit comments

Comments
 (0)