Skip to content

Fix SQL baseline for Parameter_collection_Concat_column_collection test#3819

Merged
roji merged 1 commit intohotfix/9.0.5from
roji/fix-9-0-5-ci-failures
Apr 26, 2026
Merged

Fix SQL baseline for Parameter_collection_Concat_column_collection test#3819
roji merged 1 commit intohotfix/9.0.5from
roji/fix-9-0-5-ci-failures

Conversation

@roji
Copy link
Copy Markdown
Member

@roji roji commented Apr 26, 2026

Fix the CI failure on hotfix/9.0.5 by updating the AssertSql baseline in Parameter_collection_Concat_column_collection.

The expected parameter name changed from @__ints_0 to @__p_0 in the EF Core base test, but the baseline in EFCore.PG wasn't updated to match.

Fixes the test failure seen in https://github.com/npgsql/efcore.pg/actions/runs/24957846612

Update the expected parameter name from @__ints_0 to @__p_0 in the
AssertSql baseline for the Parameter_collection_Concat_column_collection
test, matching the actual SQL generated by EF Core.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings April 26, 2026 13:47
@roji roji changed the base branch from main to hotfix/9.0.5 April 26, 2026 13:48
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Npgsql provider’s SQL assertion baseline to match the upstream EF Core test change, fixing a CI failure on hotfix/9.0.5.

Changes:

  • Updated the AssertSql baseline in Parameter_collection_Concat_column_collection to use the new parameter name (@__p_0) instead of the old one (@__ints_0).

@roji roji merged commit e2a01fa into hotfix/9.0.5 Apr 26, 2026
9 checks passed
@roji roji deleted the roji/fix-9-0-5-ci-failures branch April 26, 2026 15:10
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.

2 participants