sqlgpt-parser icon indicating copy to clipboard operation
sqlgpt-parser copied to clipboard

sqlgpt-parser is a Python implementation of an SQL parser that effectively converts SQL statements into Abstract Syntax Trees (AST). By leveraging AST tree comparisons between two SQL queries, it beco...

Results 1 sqlgpt-parser issues
Sort by recently updated
recently updated
newest added

1. 不支持replace语句的解析 ```python parse(input=sql, lexer=lexer, debug=debug, tracking=tracking, tokenfunc=tokenfunc) File "/home/jingshun.tq/.local/lib/python3.8/site-packages/ply/yacc.py", line 333, in parse return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc) File "/home/jingshun.tq/.local/lib/python3.8/site-packages/ply/yacc.py", line 1201, in parseopt_notrack tok = call_errorfunc(self.errorfunc, errtoken,...