]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add TypeError handling to the tests here, ensure TypeError
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jan 2014 19:55:58 +0000 (14:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 29 Jan 2014 19:55:58 +0000 (14:55 -0500)
commit7d56e4f135bd574aed25eacf1f5fbcfe3ffbdab9
tree86aabbd8071e0168974ac82a1fba7191c9daa279
parentd4c908ded1e9a7923312f3b335835e7e40b6690e
- add TypeError handling to the tests here, ensure TypeError
for the control is a TypeError for the row, as is raised on py3k when
less/greater operators are used on incompatible types
test/sql/test_query.py