Skip to content

Add column list support for OPENROWSET BULK table references#37

Merged
kyleconroy merged 2 commits intomainfrom
claude/fox-next-test-nJn16
Dec 23, 2025
Merged

Add column list support for OPENROWSET BULK table references#37
kyleconroy merged 2 commits intomainfrom
claude/fox-next-test-nJn16

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

Parse and marshal the optional column list syntax (e.g., AS a(c1, c2)) for
BulkOpenRowset table references. This enables the RowsetsInSelectTests90 tests.

Parse and marshal the optional column list syntax (e.g., AS a(c1, c2)) for
BulkOpenRowset table references. This enables the RowsetsInSelectTests90 tests.
Support for EXECUTE ('string expr', params) syntax with:
- ExecutableStringList type for executing dynamic SQL strings
- AS USER/LOGIN context specification for execution context
- AT LinkedServer clause for remote execution
- Flattening of string concatenation expressions for Strings array

Enables ExecuteStatementTests90 test cases.
@kyleconroy kyleconroy merged commit 151fc6b into main Dec 23, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants