Skip to content

Create dedicated ParameterBindings for count query #3339

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 3 commits into from

Conversation

christophstrobl
Copy link
Member

This PR makes sure we create individual parameter bindings for the count query instead of reusing the bindings from the actual query. This ensures we do not miss bindings that are only present in the count query.

…dings.

This commit makes sure we create individual parameter bindings for the count query instead of reusing the bindings from the actual query. This ensures we do not miss bindings that are present only in the count query.
@mp911de mp911de changed the title Create dedicated ParameterBindings for count query. Create dedicated ParameterBindings for count query Feb 13, 2024
mp911de pushed a commit that referenced this pull request Feb 13, 2024
…indings.

This commit makes sure we create individual parameter bindings for the count query instead of reusing the bindings from the actual query. This ensures we do not miss bindings that are present only in the count query.

Closes: #3293
Original pull request: #3339
mp911de added a commit that referenced this pull request Feb 13, 2024
Remove unused parameter from DeclaredQuery. Reformat code.

See: #3293
Original pull request: #3339
mp911de pushed a commit that referenced this pull request Feb 13, 2024
…indings.

This commit makes sure we create individual parameter bindings for the count query instead of reusing the bindings from the actual query. This ensures we do not miss bindings that are present only in the count query.

Closes: #3293
Original pull request: #3339
mp911de added a commit that referenced this pull request Feb 13, 2024
Remove unused parameter from DeclaredQuery. Reformat code.

See: #3293
Original pull request: #3339
mp911de pushed a commit that referenced this pull request Feb 13, 2024
…indings.

This commit makes sure we create individual parameter bindings for the count query instead of reusing the bindings from the actual query. This ensures we do not miss bindings that are present only in the count query.

Closes: #3293
Original pull request: #3339
mp911de added a commit that referenced this pull request Feb 13, 2024
Remove unused parameter from DeclaredQuery. Reformat code.

See: #3293
Original pull request: #3339
@mp911de mp911de added the type: bug A general bug label Feb 13, 2024
@mp911de mp911de added this to the 3.1.9 (2023.0.9) milestone Feb 13, 2024
@mp911de mp911de linked an issue Feb 13, 2024 that may be closed by this pull request
@mp911de mp911de closed this Feb 13, 2024
@mp911de mp911de deleted the issue/3293 branch February 13, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Named Parameter in countQuery not recognized unless used in value
2 participants