Re: Adapter Update Fails, Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '<=>'
Posted by: Reggie Burnett
Date: November 09, 2004 03:59PM

I have just committed some code that should help with this issue. Beginning with 1.0.2, you will be able to specify that character set that should be used to send all queries to the server. If all your tables are latin1, then you can add charset=latin1 to your connection string and avoid the utf8->latin1 conversion.

I am planning on writing an article for the MySQL dev zone that will clarify this point somewhat so you should watch for that.

-reggie

Options: ReplyQuote


Subject
Written By
Posted
Re: Adapter Update Fails, Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '<=>'
November 09, 2004 03:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.