You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitriy Setrakyan (JIRA)" <ji...@apache.org> on 2017/08/12 00:34:00 UTC

[jira] [Updated] (IGNITE-6047) Need to support "show" SQL commands

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

Dmitriy Setrakyan updated IGNITE-6047:
--------------------------------------
    Description: 
I have connected to Ignite from DBeaver using our thin JDBC driver. When I execute "show" commands, I get an error. 

We need to support all or most {{SHOW}} commands in H2, as described here:
http://www.h2database.com/html/grammar.html?highlight=show&search=show#show

Also, ideally, if a user issues {{DESCRIBE}} or {{DESC}} commands, we should give a message to use the {{SHOW}} command, if possible, and provide a link to the correct syntax.


  was:
I have connected to Ignite from DBeaver using our thin JDBC driver. When I execute "show" commands, I get an error. 

We need to support all or most {{SHOW}} commands in H2, as described here:
http://www.h2database.com/html/grammar.html?highlight=show&search=show#show

Also, ideally, if a user issues {{DESCRIBE}} or {{DESC}} commands, we should give a message to use the {{SHOW}} command, if possible.



> Need to support "show" SQL commands
> -----------------------------------
>
>                 Key: IGNITE-6047
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6047
>             Project: Ignite
>          Issue Type: Bug
>          Components: jdbc, sql
>            Reporter: Dmitriy Setrakyan
>            Assignee: Vladimir Ozerov
>            Priority: Blocker
>             Fix For: 2.2
>
>
> I have connected to Ignite from DBeaver using our thin JDBC driver. When I execute "show" commands, I get an error. 
> We need to support all or most {{SHOW}} commands in H2, as described here:
> http://www.h2database.com/html/grammar.html?highlight=show&search=show#show
> Also, ideally, if a user issues {{DESCRIBE}} or {{DESC}} commands, we should give a message to use the {{SHOW}} command, if possible, and provide a link to the correct syntax.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)