Skip to content

Commit ae6fd42

Browse files
committed
- Allow true nested transactions via SAVEPOINTs
1 parent 25c4771 commit ae6fd42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ $mysql->transaction(function () use ($mysql, $test) {
160160

161161
$test();
162162

163+
// $mysql->transaction or...
163164
$mysql->dryRun(function () use ($mysql, $test) {
164165
$mysql->update()
165166
->table('test')

0 commit comments

Comments
 (0)