Commit 8923e61
committed
Add ON filegroup and TEXTIMAGE_ON clause parsing for CREATE TABLE
- Add OnFileGroupOrPartitionScheme and TextImageOn fields to CreateTableStatement AST
- Parse ON [filegroup] and TEXTIMAGE_ON [filegroup] clauses after column definitions
- Fix NOT NULL parsing after IDENTITY specification (NOT was being consumed when checking for NOT FOR REPLICATION)
- Enable BaselinesCommon_TSqlParserTestScript2 and TSqlParserTestScript2 tests1 parent 32b396f commit 8923e61
File tree
4 files changed
+45
-7
lines changed- ast
- parser
- testdata
- BaselinesCommon_TSqlParserTestScript2
- TSqlParserTestScript2
4 files changed
+45
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2493 | 2493 | | |
2494 | 2494 | | |
2495 | 2495 | | |
| 2496 | + | |
| 2497 | + | |
| 2498 | + | |
| 2499 | + | |
| 2500 | + | |
| 2501 | + | |
| 2502 | + | |
| 2503 | + | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
| 2511 | + | |
| 2512 | + | |
| 2513 | + | |
| 2514 | + | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
2496 | 2522 | | |
2497 | 2523 | | |
2498 | 2524 | | |
| |||
2556 | 2582 | | |
2557 | 2583 | | |
2558 | 2584 | | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
2559 | 2589 | | |
2560 | 2590 | | |
2561 | 2591 | | |
| |||
2875 | 2905 | | |
2876 | 2906 | | |
2877 | 2907 | | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
2878 | 2914 | | |
2879 | 2915 | | |
2880 | 2916 | | |
| |||
Lines changed: 1 addition & 1 deletion
| 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