On Nov 11, 2006, at 12:52 PM, Carl Karsten wrote:

> mysql> show create table zipcodes;
>
>    `ccity` char(64) collate utf8_bin NOT NULL default '',
>
> The _bin is what makes it case sensitive.
>
> Is there some reason you set that up?

        No, I think that that was just the default. I've changed them all to  
utf8_general_ci instead. Let me know if that works now.

        And it goes to show: we don't do any case-mangling or forcing in  
Dabo. It's dependent on the database.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to