dt-sql-parser icon indicating copy to clipboard operation
dt-sql-parser copied to clipboard

SQL Parsers for BigData, built with antlr4.

Results 71 dt-sql-parser issues
Sort by recently updated
recently updated
newest added

### Topic Support new SQL ### Description Can you please add T-SQL support.

new features

### Topic Enhance existing features ### Description 1. 收集字段时,需要收集字段的类型和字段注释 2. 收集建表表名时,需要支持收集表注释

enhancement

### Version v4.0.1 ### Which SQL? Any Others ### SQL content _No response_ ### JavaScript/TypeScript code _No response_ ### What happened? 某些情况下,ctxToWord 方法无法表达实体的位置,比如 ```sql SELECT * FROM a .b .c;...

### Topic Enhance existing features ### Description Is there a schedule to keep up with the trino/core new versions? it seems there are lots of new features not supported by...

new features

修改 pgsql 的 g4 文件 TODO: - [x] 单元测试修复 - [ ] a_expr_qual 修改

### Version 4.0.0-beta.4.11 ### Which SQL? Trino ### SQL content ```sql select * from whatever limit 100; ``` ### JavaScript/TypeScript code _No response_ ### What happened? The Trino parser doesn't...

Support benchmark for all languages ### 使用 运行基准测试命令 ``` pnpm run benchmark ``` 终端中选择对应需要基准性能测试的SQL语言 ### 配置信息 在benchmark/run.ts中维护配置信息 ```tsx type TestFile = { /** Benchmark Name */ name: string; /** Test...

performance

### Version 4.0.0-beta.4.15 ### Which SQL? MySQL ### SQL content _No response_ ### JavaScript/TypeScript code _No response_ ### What happened? mysql.worker.js build后访问报错:Cannot read properties of null (reading "0"). 报错位置:readInt方法 this.data为null...