]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an error in expression typing which caused an endless
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Apr 2010 15:39:09 +0000 (11:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 6 Apr 2010 15:39:09 +0000 (11:39 -0400)
commit67878d13ed95a1caafd9d304c916a3abf0320fb6
tree778ed2e8b104f9f21cd577d0059c2bc9ed1be0ba
parentcfdc41c75ce2e2228d71733212bbaca0fe17ce35
- Fixed an error in expression typing which caused an endless
loop for expressions with two NULL types.
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py