Commit 45f0515
committed
Fix NULLS NOT DISTINCT constraint deparser support
- Add support for nulls_not_distinct property in UNIQUE constraint handler
- Resolves AST mismatch issues in misc-issues test for PostgreSQL 17 features
- All 254/254 deparser tests now passing (100%)
Co-Authored-By: Dan Lynch <[email protected]>1 parent 465aabf commit 45f0515
2 files changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2356 | 2356 | | |
2357 | 2357 | | |
2358 | 2358 | | |
| 2359 | + | |
| 2360 | + | |
| 2361 | + | |
2359 | 2362 | | |
2360 | 2363 | | |
2361 | 2364 | | |
| |||
0 commit comments