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
Up to version 8.0, the provider supports mapping only .NET arrays and List<T> to PG array; version 8.0 extended this to allow any IEnumerable (#2726). However, we still only support (element) value conversion for array/List.
Note: for now I restricted support back to IList, but the converter still only supports array and List specifically.
The text was updated successfully, but these errors were encountered:
Yeah, we're discussing/working on this at the moment. I'm not sure we'll be able to support anything beyond IList (at least not in an efficient way), but stay tuned.
roji
added a commit
to roji/efcore.pg
that referenced
this issue
Oct 30, 2023
Up to version 8.0, the provider supports mapping only .NET arrays and
List<T>
to PG array; version 8.0 extended this to allow any IEnumerable (#2726). However, we still only support (element) value conversion for array/List.Note: for now I restricted support back to IList, but the converter still only supports array and List specifically.
The text was updated successfully, but these errors were encountered: