Commit caee212
fix: add missing nulls_not_distinct property handling in IndexStmt
- Restore nulls_not_distinct property transformation in IndexStmt method
- Fixes regression introduced in previous commit that broke CREATE INDEX tests
- Both create_view-281.sql and create_index tests now pass
Co-Authored-By: Dan Lynch <[email protected]>1 parent 80d169e commit caee212
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2188 | 2188 | | |
2189 | 2189 | | |
2190 | 2190 | | |
| 2191 | + | |
| 2192 | + | |
| 2193 | + | |
2191 | 2194 | | |
2192 | 2195 | | |
2193 | 2196 | | |
| |||
0 commit comments