Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: 65K length limitation in MySQLdb?

0 views
Skip to first unread message
Message has been deleted

Jarkko Torppa

unread,
Jun 10, 2008, 1:53:08 AM6/10/08
to
On 2008-06-10, TT <vti...@gmail.com> wrote:
> I'm trying to using the following code insert a long string into a
> MySQL table, the data type is of that column is TEXT. When the length
> of the content is longer than 65K, it get truncated in the database.
> Any idea about this? Thanks

It's limitation on your sql engine, use longtext.

http://dev.mysql.com/doc/refman/5.0/en/storage-requirements.html

--
Jarkko Torppa

Message has been deleted
0 new messages