Commit cddcb0f
Fix catalogname handling in RangeVar for three-part table names
- Add catalogname support to RangeVar deparser method
- Handle catalog.schema.table format properly in SQL output
- Fix misc/issues-7.sql test: 'SELECT * from foo.bar.baz' now correctly includes catalogname
- All 254/254 tests now passing (100%)
- Update TESTS.md to reflect catalogname support
Co-Authored-By: Dan Lynch <pyramation@gmail.com>1 parent ffe335d commit cddcb0f
2 files changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1577 | 1577 | | |
1578 | 1578 | | |
1579 | 1579 | | |
1580 | | - | |
| 1580 | + | |
| 1581 | + | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
1581 | 1587 | | |
1582 | 1588 | | |
1583 | 1589 | | |
| |||
0 commit comments