Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8
-
None
-
None
Description
Currently transactions are not supported by SQL and therefore by JDBC driver.
However, it seems to be possible to provide support for multiple updates in a single transaction. We can add a special flag to JDBC driver to allow this.
Any SELECT queries will still be executed out of transactional scope.
Attachments
Issue Links
- causes
-
IGNITE-21927 Removal of MVCC-related code from JDBC classes
- Resolved
- is duplicated by
-
IGNITE-3656 JdbcConnection.setTransactionIsolation should not throw an exception
- Closed