GitHub user alexpaschenko opened a pull request:

    https://github.com/apache/ignite/pull/886

    Ignite 2294 SQL DML

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-2294

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/886.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #886
    
----
commit 297ffedb0a1acabf63489ad854af4ed89f014582
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-14T11:33:39Z

    GridSqlFunction - don't quote identifier on SQL generation

commit dcaa313c7583745999dc26003d05a04cf4b13ea8
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-14T11:59:30Z

    IGNITE-2294 INSERT parsing

commit c2d5082e6f9849d45ad9196d390503f0ff6d49e9
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-15T10:51:00Z

    IGNITE-2294 DELETE parsing

commit b538fc9b1519ecdfd9ec330c22030c21261f53f5
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-15T17:28:33Z

    IGNITE-2294 UPDATE parsing

commit ec2f3688c110ceeda8cf9ff8ce45feebe8c22469
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-20T11:14:16Z

    IGNITE-2294 MERGE parsing

commit cce306e0e72d1ef555e51a361615b79423e288ae
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-22T12:49:28Z

    IGNITE-2294 IgniteCache.update() operation and some API placeholders

commit e8c0b6e868233bb48a15ad556808f497017dbab7
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-22T12:50:29Z

    IGNITE-2294 Introduced GridSqlStatement to distinguish between queries and 
update operations

commit fa6c6a6fea69b1ad80d6bc3a92d5ade94098e0c4
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-22T12:52:19Z

    Javadoc updated.

commit 947c8e61c505c792b2d4ca8c006d9818b42d0d13
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-22T13:10:38Z

    IGNITE-2294 Introduced GridQueryIndexing.update() operation.

commit d2ea44f0802a893aa1c4639a4354806a0429505b
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-22T23:23:06Z

    IGNITE-2294 First (naive) SQL merge implementation (YAY!)

commit 0d6ae9554b0d59c0027b669c9d4608d79330f93e
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-23T00:28:54Z

    Merge branch 'master' into ignite-2294
    
    # Conflicts:
    #   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/IgniteH2Indexing.java
    #   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/opt/GridH2Utils.java
    #   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQueryParser.java
    #   
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/sql/GridSqlQuerySplitter.java

commit 0d36971e83642ee9735c20038c116c6f592d0304
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-23T00:55:15Z

    Post merge fixes

commit 04503c19186e8a2a0fd6cc81b04829b6fcf85a1e
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-23T00:58:53Z

    IGNITE-2294 Explicit key merge test

commit 649c63cd7cc153c6cdfc8268aa4c43f1ecbf1d2d
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2016-07-23T01:00:11Z

    IGNITE-2294 IgniteH2Indexing - fixed returned values

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to