-
Notifications
You must be signed in to change notification settings - Fork 315
Labels
Enhancement 💡Issues that are feature requests for the drivers we maintain.Issues that are feature requests for the drivers we maintain.
Description
This is an issue because serialized spatial types can easily be bigger than this. See dotnet/efcore#18813.
@Wraith2 pointed to the place in the code where this limitation exists:
SqlClient/src/Microsoft.Data.SqlClient/netcore/src/Microsoft/Data/SqlClient/TdsParser.cs
Lines 9027 to 9029 in d0672d2
//it may be legitimate, but we dont support it yet | |
if (size < 0 || (size >= ushort.MaxValue && maxsize != -1)) | |
throw new IndexOutOfRangeException(); |
/cc @bricelam
Metadata
Metadata
Assignees
Labels
Enhancement 💡Issues that are feature requests for the drivers we maintain.Issues that are feature requests for the drivers we maintain.