Skip to content

Commit

Permalink
IGNITE-5439: JDBC Thin: query cancel support. This closes #4252. This c…
Browse files Browse the repository at this point in the history
…loses #5441.
  • Loading branch information
sanpwc authored and devozerov committed Dec 28, 2018
1 parent a31c0a2 commit 7ceecc4
Show file tree
Hide file tree
Showing 39 changed files with 22,127 additions and 352 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
import org.apache.ignite.jdbc.thin.JdbcThinResultSetSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinSchemaCaseTest;
import org.apache.ignite.jdbc.thin.JdbcThinSelectAfterAlterTable;
import org.apache.ignite.jdbc.thin.JdbcThinStatementCancelSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStatementSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStreamingNotOrderedSelfTest;
import org.apache.ignite.jdbc.thin.JdbcThinStreamingOrderedSelfTest;
Expand Down Expand Up @@ -163,6 +164,7 @@
JdbcThinMetadataSelfTest.class,
JdbcThinMetadataPrimaryKeysSelfTest.class,
JdbcThinErrorsSelfTest.class,
JdbcThinStatementCancelSelfTest.class,

JdbcThinInsertStatementSelfTest.class,
JdbcThinUpdateStatementSelfTest.class,
Expand Down
Loading

0 comments on commit 7ceecc4

Please sign in to comment.