Re: Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread Geert Vanderkelen
Ijonas, Ned, Ned Batchelder wrote: > I've seen this problem too, when inserting non-ascii data into a Windows > MySQL server. There are a few bugs in the MySQL bug tracker about it, > for example: http://bugs.mysql.com/bug.php?id=18908 > We are in the process verifying it. Check last few com

Re: Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread Ned Batchelder
I've seen this problem too, when inserting non-ascii data into a Windows MySQL server. There are a few bugs in the MySQL bug tracker about it, for example: http://bugs.mysql.com/bug.php?id=18908 --Ned. ijonas wrote: > H, > > Checked all my encodings and charset settings and everything see

Re: Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread ijonas
H, Checked all my encodings and charset settings and everything seems to point to "latin1", which is what I would expect... mysql --version: mysql Ver 14.12 Distrib 5.0.18, for Win32 (ia32) Ever stuck, Ijonas. --~--~-~--~~~---~--~~ You received this messag

Re: Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread Geert Vanderkelen
Hi Ijonas, ijonas wrote: > Hi, > > I've got a typical blogging app written with the SVN-trunk version of > Django running on MYSQL. I'm importing entries from an old MSSQL > database using DBI. When I create Entry objects and call Entry.save() > an exception is thrown for about 7 out of the 250

Strange "Data too long" error on TextField column on MySQL

2006-05-27 Thread ijonas
Hi, I've got a typical blogging app written with the SVN-trunk version of Django running on MYSQL. I'm importing entries from an old MSSQL database using DBI. When I create Entry objects and call Entry.save() an exception is thrown for about 7 out of the 250 odd entries that I'm importing: Excep