]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- ForeignKey to a table in a schema thats not the default schema
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jul 2007 21:18:46 +0000 (21:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 8 Jul 2007 21:18:46 +0000 (21:18 +0000)
commitaf611b101842ee9482ddd901762fd73a6fe62364
treefba3ae06613124b86f51527b5fabd0d70fc3210f
parentb9a59f5cefe4db59867a7484d03341571b1e3a4c
- ForeignKey to a table in a schema thats not the default schema
requires the schema to be explicit; i.e. ForeignKey('alt_schema.users.id')
- the fix in "schema" above fixes postgres reflection of foreign keys from an
alt-schema table to a public schema table
CHANGES
lib/sqlalchemy/schema.py
test/dialect/postgres.py