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 have found the issue in the SqlBulkInserter and corrected it on a Forked version. While searching for the issue I noticed that the master branch version does not match the version on Nuget. The reason I even checked the version in the first place was the unchanged Forked code from master wasn't behaving the same as the code on Nuget. Does anyone know why this is the case?
jcwrequests
pushed a commit
to jcwrequests/Simple.Data
that referenced
this issue
Jan 16, 2017
The best way to explain this is with code. The following works I can insert a value into an identity column
This does not. The table puts in the identity value:
I will try and examine the code and see if it can be fixed easily.
The text was updated successfully, but these errors were encountered: