Commit f5c28ac
Add ROWSET_OPTIONS JSON normalization for OpenRowset bulk statements
- Add normalizeRowsetOptionsJSON function to normalize JSON strings
- Normalize JSON by removing whitespace and uppercasing keys/values
- Apply normalization in bulkInsertOptionToJSON for RowsetOptions
- Enables OpenRowsetBulkStatementTests150
Also enables Baselines140_GraphDbSyntaxTests140 (graph match parsing now works)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 18ec952 commit f5c28ac
3 files changed
Lines changed: 75 additions & 3 deletions
File tree
- parser
- testdata
- Baselines140_GraphDbSyntaxTests140
- OpenRowsetBulkStatementTests150
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17568 | 17568 | | |
17569 | 17569 | | |
17570 | 17570 | | |
| 17571 | + | |
| 17572 | + | |
| 17573 | + | |
| 17574 | + | |
| 17575 | + | |
| 17576 | + | |
| 17577 | + | |
| 17578 | + | |
| 17579 | + | |
| 17580 | + | |
| 17581 | + | |
| 17582 | + | |
| 17583 | + | |
| 17584 | + | |
| 17585 | + | |
| 17586 | + | |
| 17587 | + | |
| 17588 | + | |
| 17589 | + | |
| 17590 | + | |
| 17591 | + | |
| 17592 | + | |
| 17593 | + | |
| 17594 | + | |
| 17595 | + | |
| 17596 | + | |
| 17597 | + | |
| 17598 | + | |
| 17599 | + | |
| 17600 | + | |
| 17601 | + | |
| 17602 | + | |
| 17603 | + | |
| 17604 | + | |
| 17605 | + | |
| 17606 | + | |
| 17607 | + | |
| 17608 | + | |
| 17609 | + | |
| 17610 | + | |
| 17611 | + | |
| 17612 | + | |
| 17613 | + | |
| 17614 | + | |
| 17615 | + | |
| 17616 | + | |
| 17617 | + | |
| 17618 | + | |
| 17619 | + | |
| 17620 | + | |
| 17621 | + | |
| 17622 | + | |
| 17623 | + | |
| 17624 | + | |
| 17625 | + | |
| 17626 | + | |
| 17627 | + | |
17571 | 17628 | | |
17572 | 17629 | | |
17573 | 17630 | | |
| |||
17581 | 17638 | | |
17582 | 17639 | | |
17583 | 17640 | | |
17584 | | - | |
| 17641 | + | |
| 17642 | + | |
| 17643 | + | |
| 17644 | + | |
| 17645 | + | |
| 17646 | + | |
| 17647 | + | |
| 17648 | + | |
| 17649 | + | |
| 17650 | + | |
| 17651 | + | |
| 17652 | + | |
| 17653 | + | |
| 17654 | + | |
| 17655 | + | |
| 17656 | + | |
| 17657 | + | |
17585 | 17658 | | |
17586 | 17659 | | |
17587 | 17660 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
0 commit comments