[GitHub] ignite pull request #3585: IGNITE-7029 Add an ability to provide multiple co...

2018-03-19 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] ignite pull request #3585: IGNITE-7029 Add an ability to provide multiple co...

2018-02-28 Thread tledkov-gridgain
GitHub user tledkov-gridgain opened a pull request:

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

IGNITE-7029  Add an ability to provide multiple connection addresses for 
thin JDBC driver



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

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

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

https://github.com/apache/ignite/pull/3585.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 #3585


commit bc1efe5f514f576bcd16f009ef2e3b3ffc661487
Author: tledkov-gridgain 
Date:   2018-02-27T12:48:24Z

IGNITE-7029: add multiple connect addresses

commit 9d17bef8873c935a431d800c7f1beb778d768a09
Author: tledkov-gridgain 
Date:   2018-02-27T16:22:04Z

Merge branch '_master' into ignite-7029

# Conflicts:
#   
modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/ConnectionPropertiesImpl.java
#   
modules/core/src/main/java/org/apache/ignite/internal/jdbc/thin/JdbcThinConnection.java

commit a38ea80419c75473a39c7a9737400c9b36586e0a
Author: tledkov-gridgain 
Date:   2018-02-28T12:26:43Z

IGNITE-7029: close statements and result sets on disconnect

commit 6e8a548da0585eafaf68904c33b2dff0498f71d9
Author: tledkov-gridgain 
Date:   2018-02-28T12:26:55Z

Merge branch '_master' into ignite-7029




---