]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- merged some more of the SessionTransaction connection-bound checks from 0.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2007 18:51:35 +0000 (18:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jul 2007 18:51:35 +0000 (18:51 +0000)
commit7f3bb10cb6dc5a22b912015291d7f10783bd9cc4
tree729467a7675083d7b051a16e960c2a2503ccd3b9
parent68f706b5bab5cd13ab77f75d1f09a32871b03031
- merged some more of the SessionTransaction connection-bound checks from 0.4
- _BinaryExpression.compare() checks for a base set of "commutative" operators and checks for itself in reverse if so
- added ORM-based unit test for the above, fixes [ticket:664]
CHANGES
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/sql.py
test/orm/lazy_relations.py
test/orm/session.py