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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions