We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have logic for Postgres dating back to P4 and using a library that provides custom user types. This is very ad-hoc and likely not working anymore.
We should at least replace the logic for Postgres' JSONB type with the configuration described here: https://thorben-janssen.com/persist-postgresqls-jsonb-data-type-hibernate/#JSONB_mapping_in_Hibernate_6
The text was updated successfully, but these errors were encountered:
Preliminary work for #628 (mapping JSON types with Hibernate 6's nati…
4c2d76e
…ve JSON mapping)
#628 Map JSON types with Hibernate 6's native JSON mapping (only on P…
9157410
…ostgres, untested)
TODO test on Postgres
Sorry, something went wrong.
No branches or pull requests
We have logic for Postgres dating back to P4 and using a library that provides custom user types. This is very ad-hoc and likely not working anymore.
We should at least replace the logic for Postgres' JSONB type with the configuration described here: https://thorben-janssen.com/persist-postgresqls-jsonb-data-type-hibernate/#JSONB_mapping_in_Hibernate_6
The text was updated successfully, but these errors were encountered: