laravel-cursor-paginator icon indicating copy to clipboard operation
laravel-cursor-paginator copied to clipboard

fix: use unionAll

Open jaulz opened this issue 4 years ago • 1 comments

Union does not work well with JSON columns:

could not identify an equality operator for type json

In this case we can also use unionAll because we don't need deduplication.

jaulz avatar Apr 26 '21 11:04 jaulz

This might be up to discussion because it can be solved by using "jsonb" instead of "json".

jaulz avatar Apr 26 '21 12:04 jaulz