On Thu, Nov 13, 2008 at 09:06:06AM -0500, Darren Govoni wrote: > I need to use a Large BLOB (the 'L' in blob), but SQLObject creates > only a 'tinyblob' for BLOBCol in MySQL. Is there a way to tell SQLObject > to make it a large blob?
BLOBCol() - TINYBLOB BLOBCol(length=2**8) - BLOB BLOBCol(length=2**16) - MEDIUMBLOB BLOBCol(length=2**24) - LONGBLOB Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss