Commit 9fa366e
committed
Add NULL/NOT NULL constraint parsing for CREATE AGGREGATE parameters
- Parse NULL and NOT NULL constraints after parameter data type
- Set NullableConstraintDefinition with Nullable true/false
- Enables CreateAggregateStatementTests120 and Baselines120 variant1 parent 93fda19 commit 9fa366e
3 files changed
Lines changed: 14 additions & 2 deletions
File tree
- parser
- testdata
- Baselines120_CreateAggregateStatementTests120
- CreateAggregateStatementTests120
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5964 | 5964 | | |
5965 | 5965 | | |
5966 | 5966 | | |
| 5967 | + | |
| 5968 | + | |
| 5969 | + | |
| 5970 | + | |
| 5971 | + | |
| 5972 | + | |
| 5973 | + | |
| 5974 | + | |
| 5975 | + | |
| 5976 | + | |
| 5977 | + | |
| 5978 | + | |
5967 | 5979 | | |
5968 | 5980 | | |
5969 | 5981 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments