Skip to content

Support explicit transaction in compiler #774

Description

@zhanglei1949

We should at least support parsing statements

BEGIN TRANSACTION
BEGIN TRANSACTION READ ONLY
COMMIT
ROLLBACK

Those statement should not be mixed with other queries.
Maybe we should introduce more flags in ExecutionFlags: https://github.com/alibaba/neug/blob/main/include/neug/compiler/gopt/g_physical_analyzer.h#L43

Metadata

Metadata

Assignees

Labels

compilerCompiler infrastructuretransactionTransaction management

Type

Projects

Status
To do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions