Skip to content

Commit 7c60878

Browse files
committed
- Allow true nested transactions via SAVEPOINTs
1 parent 2836538 commit 7c60878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ $mysql->transaction(function () use ($mysql, $setName, $test) {
164164
$test();
165165
});
166166
});
167+
168+
$test();
167169
```
168170

169171
```

0 commit comments

Comments
 (0)