Re: OperationalError 1366 Incorrect string value ... for column 'message'

2009-02-23 Thread SeanB
Bingo, that was precisely the problem: altering the message field to use utf8_general_ci solved it. Thanks, i was really pulling my hair out over this one! Sean On Feb 20, 5:18 pm, Karen Tracey wrote: > On Fri, Feb 20, 2009 at 8:00 PM, SeanB wrote: > > > I have an application that include Unic

Re: OperationalError 1366 Incorrect string value ... for column 'message'

2009-02-20 Thread Karen Tracey
On Fri, Feb 20, 2009 at 8:00 PM, SeanB wrote: > > I have an application that include Unicode strings (Greek and Hebrew), > running on a dev machine and an (inside the firewall) release machine > configured (to the best of my ability) with the same Python, Django, > MySql and connector. > > When e

OperationalError 1366 Incorrect string value ... for column 'message'

2009-02-20 Thread SeanB
I have an application that include Unicode strings (Greek and Hebrew), running on a dev machine and an (inside the firewall) release machine configured (to the best of my ability) with the same Python, Django, MySql and connector. When editing an object containing one of these strings on the rele