fetch can create name collision #3

Closed
opened 2024-04-01 00:53:26 +02:00 by ArcaneSpark · 1 comment

Adding a user with the same name but a different capitalization makes a different entity that is impossible to search

Adding a user with the same name but a different capitalization makes a different entity that is impossible to search
Owner

Oooh that's a fun edge case. Issue arises because I don't use a case-insensitive compare when merging new and old records. Patched in v0.1.1

Oooh that's a fun edge case. Issue arises because I don't use a case-insensitive compare when merging new and old records. Patched in v0.1.1
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Karcsesz/Fingerlink#3
No description provided.