How is nhibernate at handling postgres in general npgsql specifically #3595
Replies: 1 comment
-
NHibernate does not currently have support for a Json column type, so, "out of the box", that is unsupported. See types. About how it would fail would have to be tested. But NHibernate is quite extensible, and you can define custom types for supporting about anything. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
See issue dealing with an Entity Framework Core issue, something between that and
Npgsql
integration around apg
JSON NOT NULL
column is failing horribly. Not sure how much betterNHibernate
would be around that issue, is it an integration failure, or a driver failure, etc, for instance. Thoughts 🧠 ?Beta Was this translation helpful? Give feedback.
All reactions