Skip to content

Conversation

@texodus
Copy link
Member

@texodus texodus commented Nov 2, 2025

This PR fixes an integer overflow bug when a numeric type is used as a parameter for a"datetime" column filter in a ViewConfig, and corrects a few tests which should have caught this condition but were themselves bugged during the port to 3.x.

Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus added the bug Concrete, reproducible bugs label Nov 2, 2025
@texodus texodus linked an issue Nov 2, 2025 that may be closed by this pull request
@texodus texodus requested a review from sinistersnare November 2, 2025 01:23
@texodus texodus marked this pull request as ready for review November 2, 2025 01:23
@texodus texodus changed the title Fix datetime filters against number parameters Fix datetime filters against numeric parameters Nov 2, 2025
@texodus texodus requested review from tomjakubowski and removed request for sinistersnare November 3, 2025 20:30
@tomjakubowski
Copy link
Contributor

Looks good!

@texodus texodus merged commit 519e8c2 into master Nov 5, 2025
26 of 27 checks passed
@texodus texodus deleted the fix-posix-datetime-filters branch November 5, 2025 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Concrete, reproducible bugs

Development

Successfully merging this pull request may close these issues.

Datetime field filters do not work even in the main demo example

3 participants