forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit388ffad
committed
Add:
< * -Allow savepoints / nested transactions [transactions] (Alvaro)> * -Allow savepoints / nested transactions (Alvaro)348a349,353> * Add an option to automatically use savepoints for each statement in a> multi-statement transaction.>> When enabled, this would allow errors in multi-statement transactions> to be automatically ignored.1 parentf5f5d7b commit388ffad
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
290 | 290 |
| |
291 | 291 |
| |
292 | 292 |
| |
293 |
| - | |
| 293 | + | |
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
| |||
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
349 | 354 |
| |
350 | 355 |
| |
351 | 356 |
| |
|
0 commit comments
Comments
(0)