You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by isapego <gi...@git.apache.org> on 2017/10/25 08:09:08 UTC

[GitHub] ignite pull request #2924: IGNITE-6357: Added support of multiple SQL statem...

GitHub user isapego opened a pull request:

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

    IGNITE-6357: Added support of multiple SQL statements for ODBC

    

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

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

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

    https://github.com/apache/ignite/pull/2924.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 #2924
    
----
commit 6606b97592a938b797cf99b3d38994a58ea263b5
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-20T12:33:30Z

    IGNITE-6357: Partially implemented Java side

commit 08e6f497d38314a3cda139f343c89bb1d3305bee
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-20T15:09:25Z

    IGNITE-6357: Serialization adjusted

commit d7774731cee3fb20e29e80425cd90f68c2c3c62f
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-23T15:40:43Z

    IGNITE-6357: First implementation.

commit 355cce15d997402dfe4adeab4f9936ae0722a90e
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-23T15:59:48Z

    IGNITE-6357: Fixed result set discard on SQLMoreResult

commit fef880e5a8482f85d4f823b95a0b52bf6f7a27ad
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-24T14:58:07Z

    IGNITE-6357: Fix for test

commit 99bf825c91a9ee93e627627338c840908deda4d9
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-24T15:05:50Z

    IGNITE-6357: Fix for old versions

commit fb1288c12ed196a13b8f315810c16b313a03bfad
Author: Igor Sapego <is...@gridgain.com>
Date:   2017-10-25T08:02:45Z

    IGNITE-6357: Added MoreResults message processing on server side

----


---

[GitHub] ignite pull request #2924: IGNITE-6357: Added support of multiple SQL statem...

Posted by isapego <gi...@git.apache.org>.
Github user isapego closed the pull request at:

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


---