You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by "AMashenkov (via GitHub)" <gi...@apache.org> on 2023/04/12 09:59:59 UTC

[GitHub] [ignite-3] AMashenkov commented on a diff in pull request #1880: IGNITE-18985 Sql. Jdbc. Integration with transaction

AMashenkov commented on code in PR #1880:
URL: https://github.com/apache/ignite-3/pull/1880#discussion_r1163908570


##########
modules/client-common/src/main/java/org/apache/ignite/internal/jdbc/proto/event/JdbcBatchPreparedStmntRequest.java:
##########
@@ -88,9 +93,19 @@ public List<Object[]> getArgs() {
         return args;
     }
 
+    /**
+     * Get flag indicating whether auto-commit mode is enabled.
+     *
+     * @return Flag indicating whether auto-commit mode is enabled.

Review Comment:
   ```suggestion
        * @return {@code true} if auto-commit mode is enabled, {@code false} otherwise.
   ```



-- 
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: notifications-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org