Skip to content

[bot] Merge 26.3 to 26.7 - #969

Merged
github-actions[bot] merged 3 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3
Jul 27, 2026
Merged

[bot] Merge 26.3 to 26.7#969
github-actions[bot] merged 3 commits into
release26.7-SNAPSHOTfrom
26.7_fb_bot_merge_26.3

Conversation

@github-actions

Copy link
Copy Markdown

Generated automatically.
Merging changes from: 80ed5cf
Approve all matching PRs simultaneously.
Approval will trigger automatic merge.
Verify all PRs before approving: https://internal.labkey.com/Scrumtime/Backlog/harvest-gitOpenPullRequests.view?branch=26.7_fb_bot_merge_26.3

labkey-bpatel and others added 3 commits July 20, 2026 10:40
* `snprc_ehr` and `snprc_genetics` now declare both `mssql` and `pgsql`
as supported databases
* SNPRC_EHRTest is no longer marked SQL-Server-only
* Replaced SQL-Server's `+` operator with the standard `||` across all
SNPRC custom queries so display values, labels, and concatenated
identifiers render correctly on both dialects.
* Swapped SQL-Server-only `charindex` / `len` for the portable `LOCATE`
/ `LENGTH` in the SND lookup export queries and the
demographics/audit-history queries.
* Added explicit casts in UNION queries, and in joins/comparisons where
SQL Server's implicit conversions previously hid the type mismatch —
Postgres' stricter type system would otherwise reject these queries.
* HL7 pivot joins - aligned the `lp.ServiceId` vs `obr.PROCEDURE_ID`
types across the HL7 pivot queries so the inner joins resolve on
Postgres.
* Replaced bit-style comparisons (`= 0`) with boolean literals (`=
false`), and replaced `truncate` with `FLOOR` in age-range formatting
* The four PIVOT queries that previously read their column list
dynamically from `BaboonColonyGroups` now use a literal list; the
dynamic form fails LabKey query validation against an empty lookup
table. Documented in-line as a maintenance trade-off — adding a new
colony group now requires touching these queries.
* Corrected stale column references in the Tcruzi report view metadata
so they match the columns the underlying queries actually return.

---------

Co-authored-by: Marty Pradere <martyp@labkey.com>
@github-actions
github-actions Bot merged commit a4dd80a into release26.7-SNAPSHOT Jul 27, 2026
9 checks passed
@github-actions
github-actions Bot deleted the 26.7_fb_bot_merge_26.3 branch July 27, 2026 14:12
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