Commit e29bfbb
Add PERIOD FOR SYSTEM_TIME support in ALTER TABLE statements
- Handle ADD PERIOD FOR SYSTEM_TIME (start, end) in ALTER TABLE ADD
- Handle DROP PERIOD FOR SYSTEM_TIME in ALTER TABLE DROP
- Set TableElementType to "Period" for period elements
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 66f3e1d commit e29bfbb
File tree
3 files changed
+51
-2
lines changed- parser
- testdata
- AlterTableStatementTests130
- Baselines130_AlterTableStatementTests130
3 files changed
+51
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5117 | 5117 | | |
5118 | 5118 | | |
5119 | 5119 | | |
| 5120 | + | |
| 5121 | + | |
| 5122 | + | |
| 5123 | + | |
| 5124 | + | |
| 5125 | + | |
| 5126 | + | |
| 5127 | + | |
| 5128 | + | |
| 5129 | + | |
| 5130 | + | |
| 5131 | + | |
| 5132 | + | |
| 5133 | + | |
| 5134 | + | |
| 5135 | + | |
| 5136 | + | |
| 5137 | + | |
| 5138 | + | |
| 5139 | + | |
| 5140 | + | |
| 5141 | + | |
| 5142 | + | |
5120 | 5143 | | |
5121 | 5144 | | |
5122 | 5145 | | |
| |||
6579 | 6602 | | |
6580 | 6603 | | |
6581 | 6604 | | |
| 6605 | + | |
| 6606 | + | |
| 6607 | + | |
| 6608 | + | |
| 6609 | + | |
| 6610 | + | |
| 6611 | + | |
| 6612 | + | |
| 6613 | + | |
| 6614 | + | |
| 6615 | + | |
| 6616 | + | |
| 6617 | + | |
| 6618 | + | |
| 6619 | + | |
| 6620 | + | |
| 6621 | + | |
| 6622 | + | |
| 6623 | + | |
| 6624 | + | |
| 6625 | + | |
| 6626 | + | |
| 6627 | + | |
| 6628 | + | |
| 6629 | + | |
| 6630 | + | |
6582 | 6631 | | |
6583 | 6632 | | |
6584 | 6633 | | |
| |||
| 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