-
-
Notifications
You must be signed in to change notification settings - Fork 594
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BulkUpdate is case insensitive #641
Comments
What Db are you using, I've tested it with both SqlServer and works fine. UPDATE i SET [Description] = N'D18, l=1600'
FROM [Item] AS [i]
WHERE [i].[ItemId] <= 500 Maybe you Db is case insensitive or something. |
Just like in the picture, my l update to the sqlserver database is still L |
I see the issue is actually BulkUpdate and not BatchUpdate, but still I'm not able to reproduce it. |
Quite peculiar issue. |
thank you for your answer |
In batch update, the original value of the field is D18, L=1600. In this case, changing L to l will not update
The text was updated successfully, but these errors were encountered: