Commit 6806402
test: add integration tests for PostgreSQL search_path config
Tests verify:
- search_path is set at session level
- First schema becomes default for getTables, getTableSchema, tableExists
- Explicit schema override still works
- Unqualified table names resolve via search_path in SQL execution
- Default remains 'public' when search_path not configured
- Single schema search_path works correctly
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 089cd1e commit 6806402
1 file changed
+31
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
568 | 599 | | |
0 commit comments