Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

fix: use unionAll #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix: use unionAll #22

wants to merge 1 commit into from

Conversation

jaulz
Copy link

@jaulz jaulz commented Apr 26, 2021

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
Copy link
Author

jaulz commented Apr 26, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant