Commit c80db70
fix: handle missing exception transforms in Mongo and Postgres adapters
- Mongo: extend createCollection pre-check to all collections in
shared-tables mode, not just _metadata
- Postgres: add 42P01 (Undefined table) → NotFoundException in
processException
- Postgres: wrap deleteCollection in try-catch with processException
to match MariaDB behavior
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent be7a66c commit c80db70
File tree
3 files changed
+19
-9
lines changed- src/Database/Adapter
- tests/e2e/Adapter/Scopes
3 files changed
+19
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
418 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
419 | 421 | | |
420 | 422 | | |
421 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
439 | 439 | | |
440 | 440 | | |
441 | 441 | | |
442 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
443 | 447 | | |
444 | 448 | | |
445 | 449 | | |
| |||
2229 | 2233 | | |
2230 | 2234 | | |
2231 | 2235 | | |
| 2236 | + | |
| 2237 | + | |
| 2238 | + | |
| 2239 | + | |
| 2240 | + | |
2232 | 2241 | | |
2233 | 2242 | | |
2234 | 2243 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
1400 | | - | |
1401 | | - | |
1402 | 1396 | | |
1403 | 1397 | | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
1404 | 1403 | | |
1405 | 1404 | | |
1406 | 1405 | | |
| |||
0 commit comments