[sqlalchemy] Re: Issue with reflecting MySQL table with an explicit schema and a foreign key

2009-08-28 Thread Eric Naeseth
Michael Bayer wrote: > Eric Naeseth wrote: > > > SQLAlchemy seems to have an issue reflecting MySQL tables that have > > foreign keys when the table being reflected is not in the database > > specified in the connection string. > > > Let's say I'm w

[sqlalchemy] Issue with reflecting MySQL table with an explicit schema and a foreign key

2009-08-28 Thread Eric Naeseth
SQLAlchemy seems to have an issue reflecting MySQL tables that have foreign keys when the table being reflected is not in the database specified in the connection string. Let's say I'm working on an app to manage a database named "library", but that I also need access to the tables in the "people