dt-sql-parser
                                
                                 dt-sql-parser copied to clipboard
                                
                                    dt-sql-parser copied to clipboard
                            
                            
                            
                        SQL Parsers for BigData, built with antlr4.
### Version latest ### What happened? spell check
### Topic Enhance existing features ### Which SQL? ALL ### Description 推荐关键字的时候,会推荐非常多的关键字,但是一般都是不需要的关键字,希望可以自定义取消 比如: ``` select * from xxx ``` 1. 此处一般会写 `where` ,但是关键字推荐却推了很多不常用的关键字 2. 此处不应该写 `select`,但是此处还是推荐了 `select`
#421 ## Support collect derived table (subQuery) and column entities [Preview(HiveSql)](https://jackwang032.github.io/monaco-sql-languages/)
#227 ### Filter keywords completion Before:  After:  [Preview](https://jackwang032.github.io/monaco-sql-languages/)
### Version v4.3.1 ### Which SQL? Hive ### SQL content ```sql insert overwrite table db.tb1 select * from db.tb2 as t1; ``` ### JavaScript/TypeScript code ```typescript ``` ### What happened?...
Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. Release notes Sourced from brace-expansion's releases. v1.1.12 pkg: publish on tag 1.x c460dbd fmt ccb8ac6 Fix potential ReDoS Vulnerability or Inefficient Regular Expression (#65)...
### Topic Enhance existing features ### Which SQL? Hive ### SQL content `SELECT * from hive_current_catalog_schema1 WHERE hive_current_catalog_schema1 = ` ### What happened? 此时返回的补全项是重新推荐一个新的column ### Description 希望 getSuggestionAtCaretPosition 返回的 "column"...
### Topic Support new SQL ### Description 请问有支持 GoogleSQL 的计划吗
## 实体收集 ### 新建实体 1. 新建的 Catalog(仅 FlinkSQL 和 TrinoSQL)、Database、Namespace(仅 SparkSQL)、View、Function、Schema(仅 PostgreSQL 和 TrinoSQL)、Procedure(仅 PostgreSQL),仅收集了实体名称; 2. 新建的 Table 实体及对应的 Comment 信息; 3. 新建 Table 时定义的 Column 信息,包含 Comment 及字段类型; ###...
### Topic Support new features on parser ### Description ## Derived Table Collection For the following SQL, we can only retrieve two table entities: `t1` and `users`. However, the derived...