You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2022/06/07 13:09:06 UTC

[ignite-3] branch main updated (aefc9a6b4 -> acd7c79e3)

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

amashenkov pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from aefc9a6b4 IGNITE-17115  Use of IGNITE_GET_METADATA_LOCALLY_ONLY from within SchemaManager added (#860)
     add acd7c79e3 IGNITE-17088: SQL API: Add examples. (#859)

No new revisions were added by this update.

Summary of changes:
 .../example/sql/{jdbc => }/ItSqlExamplesTest.java  |  33 ++-
 .../apache/ignite/example/sql/SqlApiExample.java   | 233 +++++++++++++++++++++
 2 files changed, 265 insertions(+), 1 deletion(-)
 rename examples/src/integrationTest/java/org/apache/ignite/example/sql/{jdbc => }/ItSqlExamplesTest.java (62%)
 create mode 100644 examples/src/main/java/org/apache/ignite/example/sql/SqlApiExample.java