You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2019/03/05 09:42:01 UTC

[jira] [Updated] (IGNITE-11472) SQL: throw sane exception for unsupported features

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

Taras Ledkov updated IGNITE-11472:
----------------------------------
    Description: 
|| Feature || Issue || Comments ||
| WITH RECURSIVE | IGNITE-7664 |  can be fixed immediately |
| DEFAULT value in the INSERT / MERGE | IGNITE-7664 |  can be fixed immediately |
| MEMORY, TEMPORARY, HIDDEN table types for CREATE TABLE | IGNITE-7664 |  can be fixed immediately |
| FIRST column position for ALTER TABLE ADD COLUMN  | IGNITE-7664 |  can be fixed immediately |
| HELP / SHOW commands | IGNITE-7664 |  can be fixed immediately |
| GRANT / REVOKE commands | IGNITE-7664 |  can be fixed immediately |
| TIMESTAMP WITH TIME ZONE unsupported type |  IGNITE-7664 |  can be fixed immediately |
| ENUM unsupported type |  IGNITE-7664 | partially fixed, CAST and CONVERT functions have the bug at the H2 fixed at 1.4.198 |
| MERGE USING |  IGNITE-11444  | cannot be fixed without patch to H2 |


  was:

|| Feature || Issue || Comments ||
| WITH RECURSIVE | IGNITE-7664 |  can be fixed immediately |
| DEFAULT value in the INSERT / MERGE | IGNITE-7664 |  can be fixed immediately |
| MEMORY, TEMPORARY, HIDDEN table types for CREATE TABLE | IGNITE-7664 |  can be fixed immediately |
| FIRST column position for ALTER TABLE ADD COLUMN  | IGNITE-7664 |  can be fixed immediately |
| HELP / SHOW commands | IGNITE-7664 |  can be fixed immediately |
| GRANT / REVOKE commands | IGNITE-7664 |  can be fixed immediately |
| TIMESTAMP WITH TIME ZONE unsupported type |  IGNITE-7664 |  can be fixed immediately |
| ENUM unsupported type |  IGNITE-7664 | partially fixed, CAST and CONVERT function has the bug at the H2 fixed at 1.4.198 |
| MERGE USING |  IGNITE-11444  | cannot be fixed without patch to H2 |



> SQL: throw sane exception for unsupported features
> --------------------------------------------------
>
>                 Key: IGNITE-11472
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11472
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>    Affects Versions: 2.7
>            Reporter: Taras Ledkov
>            Priority: Major
>
> || Feature || Issue || Comments ||
> | WITH RECURSIVE | IGNITE-7664 |  can be fixed immediately |
> | DEFAULT value in the INSERT / MERGE | IGNITE-7664 |  can be fixed immediately |
> | MEMORY, TEMPORARY, HIDDEN table types for CREATE TABLE | IGNITE-7664 |  can be fixed immediately |
> | FIRST column position for ALTER TABLE ADD COLUMN  | IGNITE-7664 |  can be fixed immediately |
> | HELP / SHOW commands | IGNITE-7664 |  can be fixed immediately |
> | GRANT / REVOKE commands | IGNITE-7664 |  can be fixed immediately |
> | TIMESTAMP WITH TIME ZONE unsupported type |  IGNITE-7664 |  can be fixed immediately |
> | ENUM unsupported type |  IGNITE-7664 | partially fixed, CAST and CONVERT functions have the bug at the H2 fixed at 1.4.198 |
> | MERGE USING |  IGNITE-11444  | cannot be fixed without patch to H2 |



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)