mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-01-10 00:43:36 +02:00
686198a22e
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. |
||
---|---|---|
.. | ||
filter_test.go | ||
filter.go | ||
provider_test.go | ||
provider.go | ||
simple_field_resolver_test.go | ||
simple_field_resolver.go | ||
sort_test.go | ||
sort.go |