1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-01-10 00:43:36 +02:00
pocketbase/tools/search
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
..
filter_test.go normalized null handling in search filters 2022-07-18 14:07:25 +03:00
filter.go normalize number filter literals 2022-07-28 05:23:58 +03:00
provider_test.go normalize number filter literals 2022-07-28 05:23:58 +03:00
provider.go added support to filter request.user.profile relation fields 2022-07-20 22:33:24 +03:00
simple_field_resolver_test.go initial public commit 2022-07-07 00:19:05 +03:00
simple_field_resolver.go initial public commit 2022-07-07 00:19:05 +03:00
sort_test.go initial public commit 2022-07-07 00:19:05 +03:00
sort.go [#89] simplified some code by returning early and reducing local variable scopes 2022-07-12 19:52:09 +03:00