1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-25 06:42:43 +02:00
Gani Georgiev 686198a22e normalize number filter literals
Always cast number literals to provide consistent eq/neq behavior when combined with COALESCE, because '1' = 1 is TRUE but COALESCE('1', '') = COALESCE(1, '') will result to FALSE.
2022-07-28 05:23:58 +03:00
..
2022-07-18 23:00:54 +03:00
2022-07-07 00:19:05 +03:00
2022-07-28 05:23:58 +03:00
2022-07-07 00:19:05 +03:00