You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ab...@apache.org on 2020/07/16 11:05:17 UTC

[ignite] branch test_branch created (now 804802e)

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

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


      at 804802e  fix a typo

This branch includes the following new commits:

     new 804802e  fix a typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ignite] 01/01: fix a typo

Posted by ab...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

abudnikov pushed a commit to branch test_branch
in repository https://gitbox.apache.org/repos/asf/ignite.git

commit 804802e1bb797415baf2b3f603f640decb8e5aae
Author: abudnikov <ab...@gridgain.com>
AuthorDate: Thu Jul 16 14:04:48 2020 +0300

    fix a typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0cc5635..9325369 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Data stored in Ignite is ACID-compliant both in memory and on disk, making Ignit
 [Read More](https://ignite.apache.org/features/transactions.html)
 
 ## ANSI SQL Support
-Apache Ignite comes with a ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database using JDBC, ODBC drivers, or native SQL APIs available for Java, C#, C++, Python, and other programming languages. Ignite supports all DML commands, including SELECT, UPDATE, INSERT, and DELETE queries as well as a subset of DDL commands relevant for distributed systems.
+Apache Ignite comes with an ANSI-99 compliant, horizontally scalable, and fault-tolerant SQL engine that allows you to interact with Ignite as with a regular SQL database using JDBC, ODBC drivers, or native SQL APIs available for Java, C#, C++, Python, and other programming languages. Ignite supports all DML commands, including SELECT, UPDATE, INSERT, and DELETE queries as well as a subset of DDL commands relevant for distributed systems.
 
 [Read More](https://ignite.apache.org/features/sql.html)