-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit a3d6587
Fix transaction rollback with top-level throw (#90)
* Fix GH89 by adding catchFlatMap to catch transaction closure throws. Add test.
* Add tests to allTests
* Update the contribute script to use docker-compose instead of docker-machine.
Co-authored-by: Tanner <me@tanner.xyz>1 parent c00c474 commit a3d6587
File tree
3 files changed
+52
-26
lines changed- Sources/FluentPostgreSQL
- Tests/FluentPostgreSQLTests
3 files changed
+52
-26
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
4 | 8 |
| |
5 | 9 |
| |
6 | 10 |
| |
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
11 | + | ||
12 | + | ||
13 | 13 |
| |
14 | 14 |
|
Lines changed: 42 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
461 | + | ||
462 | + | ||
463 | + | ||
464 | + | ||
465 | + | ||
466 | + | ||
467 | + | ||
468 | + | ||
469 | + | ||
470 | + | ||
471 | + | ||
472 | + | ||
473 | + | ||
474 | + | ||
475 | + | ||
476 | + | ||
477 | + | ||
478 | + | ||
479 | + | ||
480 | + | ||
481 | + | ||
482 | + | ||
483 | + | ||
484 | + | ||
485 | + | ||
486 | + | ||
487 | + | ||
488 | + | ||
489 | + | ||
490 | + | ||
491 | + | ||
492 | + | ||
493 | + | ||
494 | + | ||
495 | + | ||
496 | + | ||
497 | + | ||
498 | + | ||
499 | + | ||
461 | 500 |
| |
462 | 501 |
| |
463 | 502 |
| |
| |||
555 | 594 |
| |
556 | 595 |
| |
557 | 596 |
| |
597 | + | ||
598 | + | ||
558 | 599 |
| |
559 | - | ||
600 | + | ||
560 | 601 |
| |
561 | 602 |
| |
562 | 603 |
| |
|
Lines changed: 4 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
2 | - | ||
3 | - | ||
4 | - | ||
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | 1 |
| |
15 | 2 |
| |
16 | 3 |
| |
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | 4 |
| |
23 | - | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + |
0 commit comments