Phil Leigh;643453 Wrote: > I did. I'm not sure what happened here, because spaces used to be > (correctly) ignored... baffling.
What happened was that unique lookups when adding or updating records changed from using the (cleaned up) NAMESEARCH text field to using the NAME field, which is a blob. The NAME field previously was only used for display purposes, so I doubt that it ever had spaces trimmed from it, or that anyone would have noticed either way. The name field is stored untouched by SBS, partly (I'm speculating) to avoid any possibility of the character set getting mucked up. That's why it's stored as a blob to begin with. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=88154 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/ripping
