You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Paschenko (JIRA)" <ji...@apache.org> on 2016/11/18 08:15:58 UTC

[jira] [Comment Edited] (IGNITE-2294) Implement SQL DML (insert, update, delete) clauses.

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

Alexander Paschenko edited comment on IGNITE-2294 at 11/18/16 8:15 AM:
-----------------------------------------------------------------------

Made full tests run on TC.

Detected few {{GridQueryProcessor}} related problems with JDBC tests, made a patch that fixes them, will push later today.

Also there seem to be some problems with new identity related tests for INSERT and MERGE, there's 2 of them. Investigating, hardly anything serious, so most likely will fix today. Main identity tests in {{GridCacheBinaryObjectsAbstractSelfTest}} still run fine.

As for the rest of the failing tests, either they appear to be unrelated flaky ones (like .NET, or some transactions/partitioning multinode stuff), or their failures do not reproduce locally (like failures of {{IgniteCacheJoinQueryWithAffinityKeyTest}} in binary suite - locally it runs fine).


was (Author: al.psc):
Made full tests run on TC.

Detected few {{GridQueryProcessor}} related problems with JDBC tests, made a patch that fixes them, will push later today.

Also there seem to be some problems with new identity related tests for INSERT and MERGE, there's 2 of them. Investigating, hardly anything serious, so most likely will fix today. Main identity tests in {{GridCacheBinaryObjectsAbstractSelfTest}} still run fine.

As for the rest of the failing tests, either they appear to be either unrelated flaky ones (like .NET), or their failures do not reproduce locally (like failures of {{IgniteCacheJoinQueryWithAffinityKeyTest}} in binary suite - locally it runs fine).

> Implement SQL DML (insert, update, delete) clauses.
> ---------------------------------------------------
>
>                 Key: IGNITE-2294
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2294
>             Project: Ignite
>          Issue Type: Wish
>            Reporter: Sergi Vladykin
>            Assignee: Alexander Paschenko
>              Labels: important
>             Fix For: 1.8
>
>
> We need to add parsing for all the listed SQL commands and translate them into respective cache operations (putIfAbstent, put, remove).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)