npgsql / doc

Documentation site for npgsql
http://npgsql.org/
27 stars 76 forks source link

Update write mapping to include Stream->bytea for npgsql 7+ #298

Closed stevenaw closed 1 year ago

stevenaw commented 1 year ago

I noticed that support for writing a CLR Stream into a bytea column was added in https://github.com/npgsql/npgsql/issues/4466 I've been using it and it works great. I noticed the documentation needed an update to indicate this was a possibility

roji commented 1 year ago

Thanks @stevenaw!