You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2020. It is now read-only.
Digging through the code I don't find any facility to map PostgreSql's Jsonb datatype or any other custom datatype. The TypeConverter facility is not help in this situation as PostgreSql expects a parameter with the NpgsqlDbType.Jsonb datatype. I looked into overriding BuildParameter in PostgreSqlDbDriver but that class as well as PostgreSqlDialect are internal sealed.
Anything I missed? I can always pull both the driver and dialect code out and put into my own implementation but I hate to re-implement code.