Re: [SQLObject] Changing 'TEXT' to 'LONGTEXT'

2007-04-14 Thread Oleg Broytmann
On Fri, Apr 13, 2007 at 11:05:54PM +0200, Markus Gritsch wrote: > how about changing 'TEXT' to 'LONGTEXT' for SOStringLikeCol? 'TEXT' > is to short in some cases. -1. TEXT, CHAR and VARCHAR are standard SQL types, universally recognized by all backends. LONGTEXT is MySQL'ish extension. You

Re: [SQLObject] Changing 'TEXT' to 'LONGTEXT'

2007-04-14 Thread Markus Gritsch
On 4/14/07, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Fri, Apr 13, 2007 at 11:05:54PM +0200, Markus Gritsch wrote: > > how about changing 'TEXT' to 'LONGTEXT' for SOStringLikeCol? 'TEXT' > > is to short in some cases. > >-1. TEXT, CHAR and VARCHAR are standard SQL types, universally > rec

[SQLObject] A compressed PickleCol ?

2007-04-14 Thread nich2o
Hello, 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/decompressio