xtern commented on code in PR #7040:
URL: https://github.com/apache/ignite-3/pull/7040#discussion_r2565414550
##########
docs/_data/toc.yaml:
##########
@@ -82,8 +82,6 @@
url: developers-guide/sql/calcite-based-sql-engine
- title: SQL API
url: developers-guide/sql/sql-api
- - title: JDBC Driver
- url: developers-guide/sql/jdbc-driver
Review Comment:
Thanks, `sql/jdbc-driver` has been removed
##########
docs/_docs/developers-guide/clients/jdbc-driver.adoc:
##########
@@ -89,7 +88,9 @@ If the same parameters are passed by using different means,
the JDBC driver prio
== Performing Transactions
-With the JDBC driver, you can perform `commit` and `rollback` transactions.
For more information about transactions, see
link:developers-guide/transactions[Performing Transactions].
+By default a JDBC connection is in auto-commit mode, and in this mode all its
SQL statements will be executed and committed as individual transactions.
Review Comment:
Fixed, thanks
--
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]