[
https://issues.apache.org/jira/browse/IGNITE-7664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16780557#comment-16780557
]
Taras Ledkov commented on IGNITE-7664:
--------------------------------------
[~vozerov], ok, I add checks for the most H2 SQL command and file tickets for
permission commands (GRAND/REVOKE), SHOW and HELP commands.
About SELECT statement. The WINDOW functions, PERSENT modifier, WITH TIES
modifier are added to H2 since 1.4.198 version.
What do you think about rows output modifier:
- TOP;
- LIMIT;
- OFFSET;
- FETCH.
Should we disallow ones?
> 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
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)