Commit c0eab45
committed
Add standalone HASH support for inline index definitions
Handle HASH keyword without preceding NONCLUSTERED in table-level inline
index definitions. When HASH appears directly after UNIQUE, it is now
correctly interpreted as NonClusteredHash index type.1 parent b2cb43e commit c0eab45
3 files changed
Lines changed: 6 additions & 2 deletions
File tree
- parser
- testdata
- CreateTableTests120
- UniqueInlineIndex130
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
482 | 486 | | |
483 | 487 | | |
484 | 488 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments