Em Sexta 28 Abril 2006 14:07, Baruch escreveu: > > I do wonder how PostgreSQL handles this case? Does it not truncate the > string, or does it truncate it smartly?
It does truncate if the string is bigger than the column. In this case, as I've shown you, PostgreSQL does the right thing. The thing is that the database should know what encode to use. I haven't created an ISO-8859-1 to store this kind of data to see what happens... But, definitely, if you specified an unicode database you should have no problems with your unicode data up to the length of the columns you specified. It is, to me, another of those really annoying and stupid bugs with MySQL. Another reason for me to keep it away from my projects. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

