]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- "out" parameters require a type that is supported by
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 22:15:09 +0000 (22:15 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 22:15:09 +0000 (22:15 +0000)
commit2aa9f5541bbbaf63a9762c78db21292180b17219
tree02e1693e5e44ec98f5b49a9ef840ef628989fc37
parent189414fe2999d281ad8b45b89f97a3c56fc5e84b
- "out" parameters require a type that is supported by
cx_oracle.  An error will be raised if no cx_oracle
type can be found.
- Column() requires a type if it has no foreign keys (this is
not new).  An error is now raised if a Column() has no type
and no foreign keys.  [ticket:1705]
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/schema.py
test/engine/test_metadata.py
test/sql/test_columns.py