Skip to content

Issue #349: Per-request query options are not preserved with the new $batch execution - #574

Merged
xuzhg merged 1 commit into
mainfrom
DollarBatchQueryIssue
Apr 22, 2022
Merged

Issue #349: Per-request query options are not preserved with the new $batch execution#574
xuzhg merged 1 commit into
mainfrom
DollarBatchQueryIssue

Conversation

@xuzhg

@xuzhg xuzhg commented Apr 22, 2022

Copy link
Copy Markdown
Member

#349

Customers may retrieve the query from the main request ($batch) that will create IQueryFeature into the Main HttpContext, Once created, it will cache in the main HttpContext. We should remove IQueryFeature and don't pass that to the subrequest. Otherwise, the sub-request query string will never be used.

…$batch execution

Customer may retrieve the query from main request ($batch) that will create IQueryFeature into the Main HttpContext, Once created, it will cached in the main HttpContext. We should remove IQueryFeature and don't pass that to the sub request. Otherwise, the sub request query string will never be used.
@xuzhg

xuzhg commented Apr 22, 2022

Copy link
Copy Markdown
Member Author

@garegina

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.

Per-request query options are not preserved with the new $batch execution

2 participants