]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- PG reflection, upon seeing the default schema name being used explicitly
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 19:15:09 +0000 (19:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Oct 2007 19:15:09 +0000 (19:15 +0000)
commit5b92c3d097b487001c4152715a22c4de87fad871
treeda65ceee13d4d76c05ef5b578a144981219b979d
parent79dafdf3d4ffe9cb56ee0b03651b92e7e7b7353e
- PG reflection, upon seeing the default schema name being used explicitly
  as the "schema" argument in a Table, will assume that this is the the
  user's desired convention, and will explicitly set the "schema" argument
  in foreign-key-related reflected tables, thus making them match only
  with Table constructors that also use the explicit "schema" argument
  (even though its the default schema).
  In other words, SA assumes the user is being consistent in this usage.
CHANGES
lib/sqlalchemy/databases/postgres.py
test/engine/reflection.py