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.go | ||
filter_test.go | ||
provider.go | ||
provider_test.go | ||
simple_field_resolver.go | ||
simple_field_resolver_test.go | ||
sort.go | ||
sort_test.go |