]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Narrowed the assumption made when reflecting
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2011 23:45:20 +0000 (19:45 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 9 Aug 2011 23:45:20 +0000 (19:45 -0400)
commit8b505e7c241aba6afc32a83f870c8a0ca35c6f9c
treef9e46de6abf906be3a853eb5636c5838694534e7
parent2105032261fcaadd8f30c208e4def95a593bc4be
- Narrowed the assumption made when reflecting
a foreign-key referenced table with schema in
the current search path; an explicit schema will
be applied to the referenced table only if
it actually matches that of the referencing table,
which also has an explicit schema.   Previously
it was assumed that "current" schema was synonymous
with the full search_path.  [ticket:2249]
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/test_postgresql.py
test/engine/test_reflection.py