]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed recursion overflow which could occur when operating
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Sep 2010 22:38:01 +0000 (18:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Sep 2010 22:38:01 +0000 (18:38 -0400)
commita4a09a687a2030c5eb30e03151379f91cec74e97
tree8f782daf84facd9df9a44382e63214bada02a5cd
parentf1648baa4bca7c4c3f2ab683ca34c2f271fc48f2
- Fixed recursion overflow which could occur when operating
with two expressions both of type "NullType", but
not the singleton NULLTYPE instance. [ticket:1907]
CHANGES
lib/sqlalchemy/types.py
test/sql/test_types.py