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

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3. Release notes Sourced from ws's releases. 5.2.3 Bug fixes Backported 00c425ec to the 5.x release line (76d47c14). Commits 6dd88e7 [dist] 5.2.3 76d47c1 [security] Fix...

dependencies

默认的 从 dtsql-parser 引入的方式,会导致 bundle 文件过大

good first issue

Ref: https://github.com/prestodb/presto/blob/master/presto-parser/src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4

enhancement

![image](https://user-images.githubusercontent.com/26617835/114809286-75397d80-9ddc-11eb-8e10-4505315c1a9e.png) SQL 类型: FlinkSQL

enhancement

**The Type of SQL** hive sql **Your Code** import {HiveSQL} from 'dt-sql-parser'; const parser = new HiveSQL(); const sqlStr = 'select * from abc from cc;'; // 错误的语法。 const errors...

bug
enhancement

**The Type of SQL** e.g. Flink 1. INSERT OVERWRITE XXXX 2. LEFT JOIN XXXX FOR SYSTEM_TIME AS OF XXXX 这两种语法校验不通过。能添加支持一下吗

enhancement

如下 SQL 类型: - [ ] MySQL - [ ] Flink SQL - [ ] Spark SQL - [ ] Hive SQL - [ ] PL/SQL

new features

能够提供编译后的js 文件下载,lei类似node-sql-parser 项目?