Re: [SQLObject] StringCol() only saving 64k
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2004-03-02 06:55:33
|
On Mar 1, 2004, at 8:05 AM, David McNab wrote: > I'm trying to save a fat wad of data in a StringCol column, but only > the first 65536 chars are getting saved. > > Is this a MySQL restriction, or something in SQLObject? That's a MySQL restriction (I'd guess -- certainly not SQLObject). You might have better luck with a BLOB column (as opposed to TEXT). -- Ian Bicking | ia...@co... | http://blog.ianbicking.org |