[sqlalchemy] Re: Probleming specifying a schema for Table() and using relations

2007-02-04 Thread Michael Bayer
so, I just committed a test for PG reflection across schemas in r2299 and PG foreign key reflection works fine for alternate schema tables, also works in 0.3.4, and in r2300 i changed it to ensure that auto- reflection of referenced tables works (which is what you seem to be looking for with the P

[sqlalchemy] Re: Probleming specifying a schema for Table() and using relations

2007-02-04 Thread Michael Bayer
well the way "out" for the moment is to not use reflection since its screwing up with schemas. On Feb 4, 1:27 pm, Andreas Jung <[EMAIL PROTECTED]> wrote: > I am getting the following error when defining a one-to-many relationship > using the following code: > > db = create_engine('postgres://post