]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- when reflecting tables from alternate schemas, the "default" placed upon
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Aug 2007 19:44:42 +0000 (19:44 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Aug 2007 19:44:42 +0000 (19:44 +0000)
commit9ff298585a056bbcf2116523eb58f39e3de8a1c8
treefb01297dec4b2d747aeb8e63db8c7c30e29bfdd8
parentcde7983a0a770f742906950f6279ba2ed467fb4d
 - when reflecting tables from alternate schemas, the "default" placed upon
      the primary key, i.e. usually a sequence name, has the "schema" name
      unconditionally quoted, so that schema names which need quoting are fine.
      its slightly unnecessary for schema names which don't need quoting
      but not harmful.
CHANGES
lib/sqlalchemy/databases/postgres.py