Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Simplify query to only require 2 bind parameters.#596

Merged
adamkorynta merged 1 commit into
mainfrom
task/579-query-improvement
Dec 9, 2025
Merged

Simplify query to only require 2 bind parameters.#596
adamkorynta merged 1 commit into
mainfrom
task/579-query-improvement

Conversation

@MikeNeilson

Copy link
Copy Markdown
Collaborator

Problem Description

Fixes #579.

Describe the problem you are trying to solve.

Solution

Use common table expression to inject the input parameters once.

how you tested the change

Existing integration tests, no functional change.

Where the following done:

  • Tests. Check all that apply:
    • Unit tests created or modified that run during ant test.
    • Integration tests created or modified that run during integration testing
      (Formerly called regression tests.)
    • Test procedure descriptions for manual testing
  • Was relevant documentation updated?
  • Were relevant config element (e.g. XML data) updated as appropriate

If you aren't sure leave unchecked and we will help guide you to want needs changing where.

@MikeNeilson MikeNeilson requested review from a team and adamkorynta December 8, 2025 13:02
@MikeNeilson MikeNeilson force-pushed the task/579-query-improvement branch from a3db91d to b4c7912 Compare December 9, 2025 02:46
@sonarqubecloud

sonarqubecloud Bot commented Dec 9, 2025

Copy link
Copy Markdown

@adamkorynta adamkorynta merged commit 6fac547 into main Dec 9, 2025
8 checks passed
@adamkorynta adamkorynta deleted the task/579-query-improvement branch December 9, 2025 03:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Query improvement to reduce duplicate binds

2 participants