[sqlalchemy] SQLite and Foreign keys using schema name, again

2010-11-12 Thread Gennady Kovalev
Hi! In production server, in our product we use postgresql as db engine, than supports schema name as sqlalchmy's feature. But we have unit- tests, that must passed without postgresql server. In code we use schema names and foreign keys. There are a lot of topics with sqlite does not support

Re: [sqlalchemy] SQLite and Foreign keys using schema name, again

2010-11-12 Thread Michael Bayer
On Nov 12, 2010, at 9:37 AM, Gennady Kovalev wrote: Hi! In production server, in our product we use postgresql as db engine, than supports schema name as sqlalchmy's feature. But we have unit- tests, that must passed without postgresql server. In code we use schema names and foreign