its been around awhile...someone probably asked for it a few months ago on irc or something.

On May 27, 2006, at 9:59 PM, Jonathan Ellis wrote:

On 5/27/06, Michael Bayer <[EMAIL PROTECTED]> wrote:
you can do this:

table = Table('mytable', metadata,
        Column('blob_col', PickleType),
        autoload=True
)

which will autoload everything except for the one column you care
about overriding.

That's pretty slick.  Is that new in 0.2 or did I just not notice it?

--
Jonathan Ellis
http://spyced.blogspot.com

Reply via email to