Phil Leigh;616546 Wrote: > I agree and given the fact that most database implementations one > encounters in life (in terms of storage and searching) are both > case-insensitive and space trimmed... sigh
Since you mention searching... Here's a bug introduced with the current SQLite implementation. I suspect it may have to do with the collation work done to handle foreign characters. OT, because it's _not_ a result of the same changes making things case and character sensitive, but something that everyone needs to be concerned about. The bug needs votes, needs to be assigned to someone, and should be a P1 for the 7.6 release. http://bugs.slimdevices.com/show_bug.cgi?id=16956 As an example, searching for 'jose' no longer matches 'josé'. It still works correctly in 7.6 when MySQL is used as the database. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=86176
_______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
