Vladislav Pyatkov created IGNITE-20687:
------------------------------------------
Summary: Exclude IgniteTransactions from SQL session creation API
Key: IGNITE-20687
URL: https://issues.apache.org/jira/browse/IGNITE-20687
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
h3. Motivation
To start SQL implicit transactions, we apply a specific IgniteTransaction
instance for each invocation. But the parameter should not be available through
the public API because it is useless for end-users.
h3. Definition on done
The public session interface is freed from IgniteTransactions
(_SessionBuilder#igniteTransactions_).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)