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