Erixonich commented on code in PR #5836:
URL: https://github.com/apache/ignite-3/pull/5836#discussion_r2705602462


##########
modules/api/src/main/java/org/apache/ignite/sql/IgniteSql.java:
##########
@@ -57,6 +57,19 @@ default ResultSet<SqlRow> execute(@Nullable Transaction 
transaction, String quer
         return execute(transaction, (CancellationToken) null, query, 
arguments);
     }
 
+    /**
+     * Executes a single SQL query.
+     * Opens implicit transaction.

Review Comment:
   done.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to