Closed (fixed)
Project:
User Import Framework
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2012 at 03:36 UTC
Updated:
22 Aug 2012 at 07:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
gold...and the patch.
Comment #2
dwightaspinwall commentedGood catch. Seems to depend on the default character set and collation of your server, as I am not able to reproduce it on my server. Per http://dev.mysql.com/doc/refman/5.5/en/case-sensitivity.html :
But definitely a bug, and your patch goes part of the way, but there are two other places in the code where this comparison is done and they all need to be changed. I've done that against 7.x-1.x-dev using db_like() and the LIKE comparison in the same way implemented in the user module. Dev snapshot will be available tomorrow.
Comment #3
dwightaspinwall commented