Commit 09af88d
Add JsonPath field for OPENROWSET column JSON path mappings
- Add JsonPath field to OpenRowsetColumnDefinition AST
- Store string path expressions ('$.column') in JsonPath instead of ColumnOrdinal
- Update marshaling to output JsonPath field
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6857a21 commit 09af88d
5 files changed
Lines changed: 7 additions & 3 deletions
File tree
- ast
- parser
- testdata
- Baselines160_OpenRowsetStatementTests160
- OpenRowsetStatementTests160
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20057 | 20057 | | |
20058 | 20058 | | |
20059 | 20059 | | |
| 20060 | + | |
| 20061 | + | |
| 20062 | + | |
20060 | 20063 | | |
20061 | 20064 | | |
20062 | 20065 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
| 846 | + | |
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
| |||
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