Problem/Motivation

Follow up of #3398767: Allow returning explicitly to the prior nesting level in transactions (aka allow explicit COMMIT in Transaction objects) and #3406985: Convert all transactions in core to use explicit ::commitOrRelease().

Proposed resolution

In this issue :

Deprecate the following methods in Drupal\pgsql\Driver\Database\pgsql\Connection:

  • ::addSavepoint()
  • ::releaseSavepoint()
  • ::rollbackSavepoint()

Remaining tasks

User interface changes

No

API changes

No

Data model changes

No

Release notes snippet

Issue fork drupal-3583849

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mondrake created an issue. See original summary.

mondrake’s picture

Status: Needs review » Active
mondrake’s picture

Status: Active » Needs review
liam morland’s picture

andypost’s picture

Issue tags: +Needs change record

other then CR it looks good to go, RTBC++

andypost’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Needs change record

It exists already just was not linked, so looks ready