You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by na...@apache.org on 2021/03/17 10:09:45 UTC

[ignite] branch master updated (eeeb81d -> a5a5063)

This is an automated email from the ASF dual-hosted git repository.

namelchev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from eeeb81d  IGNITE-14247 Document the snapshot check command (#8878)
     add a5a5063  IGNITE-14214 Fix merge query with no unique columns for the Oracle dialect (#8887)

No new revisions were added by this update.

Summary of changes:
 .../cache/store/jdbc/dialect/OracleDialect.java    |  7 ++--
 .../store/jdbc/dialect/OracleDialectTest.java      | 49 ++++++++++++++++++++++
 .../ignite/testsuites/IgniteCacheTestSuite.java    |  2 +
 3 files changed, 55 insertions(+), 3 deletions(-)
 create mode 100644 modules/core/src/test/java/org/apache/ignite/cache/store/jdbc/dialect/OracleDialectTest.java