Skip to content

Breaking rollback bug in Connection.php #8

Description

@phpcodemonkey

$this->debugStack->addQuery(fn () => parent::commit(), 'ROLLBACK', null, 'transaction');

Should be parent::rollback():

    $this->debugStack->addQuery(fn () => parent::rollback(), 'ROLLBACK', null, 'transaction');

Fundamentally breaks things otherwise! 🙄

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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