You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2019/02/15 15:02:00 UTC

[jira] [Commented] (IGNITE-7664) SQL: throw sane exception on unsupported SQL statements

    [ https://issues.apache.org/jira/browse/IGNITE-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769390#comment-16769390 ] 

Vladimir Ozerov commented on IGNITE-7664:
-----------------------------------------

What we need is to investigate H2 syntax of SELECT and DML statements, and list unsupported features (e.g. recursive WITH). Once the list is ready, we need to make sure that proper error messages are thrown during parsing.

> SQL: throw sane exception on unsupported SQL statements
> -------------------------------------------------------
>
>                 Key: IGNITE-7664
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7664
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Alexander Paschenko
>            Assignee: Taras Ledkov
>            Priority: Major
>              Labels: sql-stability
>
> Inspired by this SO issue:
> [https://stackoverflow.com/questions/48708238/ignite-database-create-schema-assertionerror]
> We should handle unsupported stuff more gracefully both in core code and drivers.



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