GitHub user isapego opened a pull request:
https://github.com/apache/ignite/pull/1178 IGNITE-4096: Added ODBC tests for DML. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-4096 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/1178.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 #1178 ---- commit 297ffedb0a1acabf63489ad854af4ed89f014582 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-14T11:33:39Z GridSqlFunction - don't quote identifier on SQL generation commit dcaa313c7583745999dc26003d05a04cf4b13ea8 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-14T11:59:30Z IGNITE-2294 INSERT parsing commit c2d5082e6f9849d45ad9196d390503f0ff6d49e9 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-15T10:51:00Z IGNITE-2294 DELETE parsing commit b538fc9b1519ecdfd9ec330c22030c21261f53f5 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-15T17:28:33Z IGNITE-2294 UPDATE parsing commit ec2f3688c110ceeda8cf9ff8ce45feebe8c22469 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-20T11:14:16Z IGNITE-2294 MERGE parsing commit cce306e0e72d1ef555e51a361615b79423e288ae Author: Alexander Paschenko <[hidden email]> Date: 2016-07-22T12:49:28Z IGNITE-2294 IgniteCache.update() operation and some API placeholders commit e8c0b6e868233bb48a15ad556808f497017dbab7 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-22T12:50:29Z IGNITE-2294 Introduced GridSqlStatement to distinguish between queries and update operations commit fa6c6a6fea69b1ad80d6bc3a92d5ade94098e0c4 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-22T12:52:19Z Javadoc updated. commit 947c8e61c505c792b2d4ca8c006d9818b42d0d13 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-22T13:10:38Z IGNITE-2294 Introduced GridQueryIndexing.update() operation. commit d2ea44f0802a893aa1c4639a4354806a0429505b Author: Alexander Paschenko <[hidden email]> Date: 2016-07-22T23:23:06Z IGNITE-2294 First (naive) SQL merge implementation (YAY!) commit 0d6ae9554b0d59c0027b669c9d4608d79330f93e Author: Alexander Paschenko <[hidden email]> 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 <[hidden email]> Date: 2016-07-23T00:55:15Z Post merge fixes commit 04503c19186e8a2a0fd6cc81b04829b6fcf85a1e Author: Alexander Paschenko <[hidden email]> Date: 2016-07-23T00:58:53Z IGNITE-2294 Explicit key merge test commit 649c63cd7cc153c6cdfc8268aa4c43f1ecbf1d2d Author: Alexander Paschenko <[hidden email]> Date: 2016-07-23T01:00:11Z IGNITE-2294 IgniteH2Indexing - fixed returned values commit bba28393634c59e4f6c728d542c0c394d9b2e114 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-23T01:07:57Z Compilation fix commit c31fb8f7205e835511e2696c40880b514b03c37f Author: Alexander Paschenko <[hidden email]> Date: 2016-07-23T01:20:24Z Compilation fix commit 73e71c7e860a870ed958bffa82fd7daf2793afd3 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-23T01:30:58Z Compilation fix commit ee7d2bdc8657146f321a6daa3733c0040e220361 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-25T12:26:32Z Test fixes commit eb43c3ed1ba006fabfde5606bc3366c1c82c8d4b Author: Alexander Paschenko <[hidden email]> Date: 2016-07-25T14:02:52Z Compilation fix commit fb1a2ad1ababd3956436a6489d33c37f1441b4df Author: Alexander Paschenko <[hidden email]> Date: 2016-07-26T13:21:58Z IGNITE-2294 Key objects instantiation from fields' list in MERGE commit c0b10808a3c8c0a4fd772f09a1ec1deb6435918d Author: Alexander Paschenko <[hidden email]> Date: 2016-07-26T13:28:30Z Removed unused code commit cabc7065d69c0d895027f1b49a46b5f9a281c6f5 Author: Alexander Paschenko <[hidden email]> Date: 2016-07-27T18:38:42Z IGNITE-2294 IgniteCache - reworked query engine to use SqlFieldsQuery everywhere commit a2344dea114b2cf82b7214ad7acf1ca730bb668e Author: Alexander Paschenko <[hidden email]> Date: 2016-07-28T10:42:00Z Fix + comment commit bb8adf24212d761aadcc7e88d184d8feba120cce Author: Alexander Paschenko <[hidden email]> Date: 2016-07-28T11:19:17Z IGNITE-2294 Removed @QueryCacheKey and its handling commit 8ad3e4188963b177b380f668d478777052c50a3d Author: Alexander Paschenko <[hidden email]> Date: 2016-07-28T11:32:49Z Added a test commit cfd9a690ef5817e70d776131d66b0bec1449a645 Author: Alexander Paschenko <[hidden email]> Date: 2016-08-01T13:19:04Z IGNITE-2294 Binary marshalling support for DML commit 90c68eb036fd00e19559d57c4c2fb0d4e184ee99 Author: Alexander Paschenko <[hidden email]> Date: 2016-08-01T13:31:23Z Merge branch 'master' into ignite-2294 # Conflicts: # modules/core/src/main/java/org/apache/ignite/internal/processors/query/GridQueryProcessor.java commit 2f20beb01f7f153cd0053735a0539625bb88461f Author: Alexander Paschenko <[hidden email]> Date: 2016-08-01T15:29:20Z Removed redundant field commit 4c2a2e1f8d35008a4515124029f1d0e48ca24119 Author: Alexander Paschenko <[hidden email]> Date: 2016-08-02T15:21:15Z IGNITE-2294 Initial JDBC updates support commit 09b548746b78575988bf9fd3ca7e55dc2e348fb1 Author: Alexander Paschenko <[hidden email]> Date: 2016-08-04T18:06:09Z IGNITE-2294 JDBC batch and prepared statements ---- --- 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 [hidden email] or file a JIRA ticket with INFRA. --- |
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/1178 --- 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 [hidden email] or file a JIRA ticket with INFRA. --- |
Free forum by Nabble | Edit this page |