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


##########
modules/client-common/src/main/java/org/apache/ignite/internal/jdbc/proto/event/JdbcQueryExecuteRequest.java:
##########
@@ -128,9 +133,19 @@ public JdbcStatementType getStmtType() {
         return stmtType;
     }
 
+    /**
+     * 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: [email protected]

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

Reply via email to