Commit 582d285c by zinc

修复反编译错误

parent 770ab783
...@@ -142,7 +142,7 @@ public class SQLParserUtils { ...@@ -142,7 +142,7 @@ public class SQLParserUtils {
} }
public static Lexer createLexer(String sql, DbType dbType) { public static Lexer createLexer(String sql, DbType dbType) {
return createLexer(sql, dbType); return createLexer(sql, dbType, new SQLParserFeature[0]);
} }
public static Lexer createLexer(String sql, DbType dbType, SQLParserFeature... features) { public static Lexer createLexer(String sql, DbType dbType, SQLParserFeature... features) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论