]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix to case() construct to propigate the type of the first
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2007 21:33:07 +0000 (21:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Apr 2007 21:33:07 +0000 (21:33 +0000)
commit49f633b7d11db5a36fa99d53c09620c323374569
tree68a576a262a4d2072b9fef8ecf868330ea7f5602
parent898034c214dbae0c4f11dbd1301d26147dee42ea
- fix to case() construct to propigate the type of the first
WHEN condition as the return type of the case statement
- various unit test tweaks to get oracle working
CHANGES
lib/sqlalchemy/sql.py
test/orm/unitofwork.py
test/sql/query.py
test/sql/quote.py