Skip to content

TDengine更好的接入到JetBrains IDEs #34724

@galaxy-sea

Description

@galaxy-sea

hello TDengine 社区

我在开发TDengine Driver Integration for JetBrains 插件,目前已经将TDengine接入到JetBrains IDEs中并已经发布了该插件。
GitHub地址:TDengine-Driver-Integration

目前在TDengine SQL语法层面遇到一个困难,我想让JetBrains IDEs可以提示和高亮TDengine SQL的关键字以及语法,
我需要各种可能性的SQL进行测试,但是由于搜集文档中的SQL并归类需要大量的时间和精力导致我精力憔悴😭。
请求TDengine社区帮我整理测试的SQL文件,让我可以测试SQL的各种可能性。

案例:一个简单的SHOW TABLES语句的各种可能性

-- SHOW [NORMAL | CHILD] [db_name.]TABLES [LIKE 'pattern'];
SHOW NORMAL TABLES LIKE 'pattern';
SHOW CHILD TABLES LIKE 'pattern';
SHOW NORMAL db_name.TABLES LIKE 'pattern';
SHOW CHILD db_name.TABLES LIKE 'pattern';
SHOW NORMAL TABLES;
SHOW CHILD TABLES;
SHOW NORMAL db_name.TABLES;
SHOW CHILD db_name.TABLES;

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions