]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "schema" argument to Sequence; use this with Postgres /Oracle when the sequen...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2007 17:14:15 +0000 (17:14 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 22 Sep 2007 17:14:15 +0000 (17:14 +0000)
commit32dcfdf80801051971ce9638a1d9292262b375aa
tree9156fca51b61dcf02b6b5c2e8bb3543573a131cd
parent6b0a907fbdd33b9d9333ec1b72287580a2568d07
- added "schema" argument to Sequence; use this with Postgres /Oracle when the sequence is
  located in an alternate schema.  Implements part of [ticket:584], should fix [ticket:761].
CHANGES
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/compiler.py
test/dialect/oracle.py
test/dialect/postgres.py