Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/trino sql #188

Merged
merged 5 commits into from
Oct 24, 2023
Merged

Feat/trino sql #188

merged 5 commits into from
Oct 24, 2023

Conversation

HaydenOrz
Copy link
Collaborator

简介

TrinoSqlParser 支持自动补全以及代码切分

主要变更

  1. TrinosSQLexer 内部关键字词法规则加上 KW_ 前缀
  2. TrinoSQLParser 语法规则优化,以适应和兼容 antlr4-c3
  3. TrinoSQL 类支持自动补全
  4. 新增 TrinoSqlSplitListener 用于按语句切分sql
  5. TrinoSQL 自动补全功能单元测试

@HaydenOrz HaydenOrz requested a review from mumiao October 23, 2023 12:48
@liuxy0551
Copy link
Collaborator

+1,没看到什么明显问题

test/helper.ts Show resolved Hide resolved
@mumiao mumiao merged commit 91b7fd2 into DTStack:main Oct 24, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants