Re: [sqlalchemy] declarative, reflection, and secondary tables.

2013-11-16 Thread Michael Bayer
On Nov 16, 2013, at 4:08 PM, Jon Nelson wrote: > I've been experiencing a weirdness. > > Using SQLAlchemy 0.8.3 and PostgreSQL with declarative (and deferred > reflection), if I don't manually force a reflection *before* I call > prepare then - when I use certain objects - I get an error which

[sqlalchemy] declarative, reflection, and secondary tables.

2013-11-16 Thread Jon Nelson
I've been experiencing a weirdness. Using SQLAlchemy 0.8.3 and PostgreSQL with declarative (and deferred reflection), if I don't manually force a reflection *before* I call prepare then - when I use certain objects - I get an error which indicates that SQLAlchemy did not reflect secondary tables.