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
Values with polish characters l and ł are considered equal in the database giving false positives when a similar identities with these characters are inserted. For example, having the next identity in the database:
This error is caused by the usage of utf8mb4_unicode_520_ci collation. This collation assumes these two characters are the same: see this link for more info.
We should use utf8mb4_unicode_ci while we wait for a better solution on these kind of problems.
Values with polish characters
l
andł
are considered equal in the database giving false positives when a similar identities with these characters are inserted. For example, having the next identity in the database:The call to the next command fails when the name is written with latin characters:
The text was updated successfully, but these errors were encountered: