Skip to content

Support SAVEPOINT commands #605

Description

@olavloite

Support SAVEPOINT commands using locally emulated savepoints:

begin;
insert into foo (id, value) values (1, 'one');
savepoint s1;
insert into foo (id, value) values (2, 'two');
rollback to s1;
commit;

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions