]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which was preventing out params of certain types
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 19:09:25 +0000 (19:09 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Jan 2009 19:09:25 +0000 (19:09 +0000)
commitf43f9a28303e8e36b2018cdc0df9f01ff765cf6f
treee1604f22edc61b622d225740679ffde541c1dd81
parent982787d822251f7f7b710099cfed684a4f944570
- Fixed bug which was preventing out params of certain types
from being received; thanks a ton to huddlej at wwu.edu !
[ticket:1265]
CHANGES
lib/sqlalchemy/databases/oracle.py
test/dialect/oracle.py