You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Aleksandr (Jira)" <ji...@apache.org> on 2022/06/06 14:46:00 UTC

[jira] [Updated] (IGNITE-16973) Add advanced completions to SQL REPL

     [ https://issues.apache.org/jira/browse/IGNITE-16973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aleksandr updated IGNITE-16973:
-------------------------------
    Description: 
In order to improve the developer experience in SQL REPL mode dynamic autocompletion can be added. For example, a user types {{select * from ta}} and gets the suggestion with the list of tables that are fetched from the JDBC.

Also, the current list of SQL keywords for autocomplete is taken from the default Calcite parser. Use an actual list of Ignite SQL keywords for auto-complete.

  was:In order to improve the developer experience in SQL REPL mode dynamic autocompletion can be added. For example, a user types {{select * from ta}} and gets the suggestion with the list of tables that are fetched from the JDBC.


> Add advanced completions to SQL REPL
> ------------------------------------
>
>                 Key: IGNITE-16973
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16973
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Aleksandr
>            Priority: Major
>              Labels: ignite-3, ignite-3-cli-tool
>
> In order to improve the developer experience in SQL REPL mode dynamic autocompletion can be added. For example, a user types {{select * from ta}} and gets the suggestion with the list of tables that are fetched from the JDBC.
> Also, the current list of SQL keywords for autocomplete is taken from the default Calcite parser. Use an actual list of Ignite SQL keywords for auto-complete.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)