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