Skip to content

[QS] Use implicit transaction for multi-statement queries #3423

@spuchin

Description

@spuchin

When no explicit transaction is specified (empty TxControl and no BEGIN/COMMIT) we should use implicit transaction for the entire query.

SELECT ... FROM table1;
SELECT ... FROM table2;

Such query should be executed in single transaction.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions