On Sat, Apr 14, 2007 at 02:59:51PM -0400, nich2o wrote: > First of all, I would like to thank you for your work on SQLObject, I > really appreciate working with it. I have a "feature request" that may > interest someone else: is it possible to include compression (bz2, > etc.) in a PickleCol or a new Col type ? I actually do the > compression/decompression myself while SQLObject does the > pickling/unpickling but it might be useful to integrate it inside the > package.
You can create a new type of column, inherited from BLOBCol or PickleCol. Publish your code. If the code will be good enough - it will be included. 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 DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss