Open rwasef1830 opened 2 years ago
@kinosang this is a simple change but it will remove a chock full of workarounds for me.
back to time when this project created, Array and JSONB support in Npgsql.EFCore are too weak, so there's restriction on the extensions. I'm planing to move to .net 6 and new Npgsql.EFCore, after do so it may be removed.
The methods in PGroongaLinqExtensions are unnecessarily restricted to be on type string, which prevents querying pgroonga indices defined on object properties (with
[Column(Type="jsonb")]
)