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
Comparing SQL keywords should be done with ordinal comparisons. But
invariant comparisons are kept for object names, because at least with
SQL Server these comparisons are collation sensitive. (So ideally object
names comparisons should even have their culture configurable...)
An undue current culture comparison for
SqlString.EndsWithCaseInsensitive is also fixed.
Follow-up to #1567.
0 commit comments