efcore.pg icon indicating copy to clipboard operation
efcore.pg copied to clipboard

Add translator for hstore type

Open weilence opened this issue 1 year ago • 0 comments

for example: a["b"] will translate to "a" -> 'b'

If there is no translator, using the values of fields with the hstore type as a WHERE condition would be very cumbersome, and can only be achieved using FromSqlRaw.`

weilence avatar Jan 24 '24 15:01 weilence