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
I just tried to investigate if it's easy to add it. Unfortunately it's not.
First I would have to bump C# version to 7.3 and .net framework to 4.7.1 since Span is ref struct, not sure if thats acceptable for your project.
Then one would have to copy
as adapter implementing ISqlCeBulkCopyInsertAdapter cannot be used for Span(Span is ref struct, in can only be member of ref struct which cannot implement interface, its stack only structure)
It seems heavy refactoring would be needed here.
It would be nice to have support for new .NET Span api.
The text was updated successfully, but these errors were encountered: