Skip to content

Add SQL search parser foundations - #5807

Open
Robert Johnson (LTA-Thinking) wants to merge 1 commit into
feature/new-sql-parserfrom
sql-parser/foundations
Open

Robert Johnson (LTA-Thinking) wants to merge 1 commit into
feature/new-sql-parserfrom
sql-parser/foundations

Conversation

@LTA-Thinking

Copy link
Copy Markdown
Contributor

Description

Describe the changes in this PR.

Related issues

Addresses [issue #].

Testing

Describe how this change was tested.

FHIR Team Checklist

  • Update the title of the PR to be succinct and less than 65 characters
  • Add a milestone to the PR for the sprint that it is merged (i.e. add S47)
  • Tag the PR with the type of update: Bug, Build, Dependencies, Enhancement, New-Feature or Documentation
  • Tag the PR with Open source, Azure API for FHIR (CosmosDB or common code) or Azure Healthcare APIs (SQL or common code) to specify where this change is intended to be released.
  • Tag the PR with Schema Version backward compatible or Schema Version backward incompatible or Schema Version unchanged if this adds or updates Sql script which is/is not backward compatible with the code.
  • When changing or adding behavior, if your code modifies the system design or changes design assumptions, please create and include an ADR.
  • CI is green before merge Build Status
  • Review squash-merge requirements

Semver Change (docs)

Patch|Skip|Feature|Breaking (reason)

Introduce the query builder, parameter context, base and composite parsers, and their focused unit coverage.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@LTA-Thinking
Robert Johnson (LTA-Thinking) added this pull request to stack #5813 September 11, 2026 21:40
var result = parser.GetSearchJoinInfo("combo", "join-token$join-text", 7, options);

Assert.NotNull(result);
Assert.Equal("TokenStringCompositeSearchParam", result.Value.tableName);
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.73%. Comparing base (ef77cdc) to head (165235c).

Additional details and impacted files

Impacted file tree graph

@@                    Coverage Diff                     @@
##           feature/new-sql-parser    #5807      +/-   ##
==========================================================
+ Coverage                   78.29%   78.73%   +0.44%     
==========================================================
  Files                        1016     1037      +21     
  Lines                       36911    37595     +684     
  Branches                     5617     5748     +131     
==========================================================
+ Hits                        28898    29602     +704     
+ Misses                       6635     6576      -59     
- Partials                     1378     1417      +39     

see 30 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

3 participants