Skip to content

Conversation

@github-actions
Copy link

Description

Backport of #18550 to release/3.13.0.

The rollout list date filter was failing because the WHERE clause
tried to reference `updated_at` which is a computed column alias
in the SELECT clause. SQL doesn't allow referencing column aliases
in the WHERE clause of the same query.

Fix by using the same COALESCE subquery expression in the filter
instead of the column alias.

Also changed frontend to use toISOString() for more reliable
RFC3339 date formatting.

Added unit tests for GetListRolloutFilter.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <[email protected]>
(cherry picked from commit bc60fd7)
@github-actions github-actions bot requested a review from a team as a code owner December 22, 2025 05:37
@cla-bot cla-bot bot added the cla-signed label Dec 22, 2025
@boojack boojack merged commit 25146bd into release/3.13.0 Dec 22, 2025
5 checks passed
@boojack boojack deleted the backport-18550-to-release/3.13.0 branch December 22, 2025 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants