Skip to content

Commit

Permalink
This is against the spec
Browse files Browse the repository at this point in the history
node from the spec:
"Note, however, that changes made in the transient storage are not recorded by a transaction. This means that a rollback will not revert changes made to the transient storage of the Session. After a rollback the Session object state will still contain any pending changes that were present before the rollback."
  • Loading branch information
Johannes Stark committed Aug 2, 2011
1 parent 9973334 commit 44529d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Jackalope/Transaction/UserTransaction.php
Expand Up @@ -137,7 +137,6 @@ public function rollback()

$this->transport->rollbackTransaction();
$this->inTransaction = false;
$this->session->clear();
}

/**
Expand Down

0 comments on commit 44529d5

Please sign in to comment.