]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- repaired behavior of == and != operators at the relation()
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Mar 2008 17:06:27 +0000 (17:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Mar 2008 17:06:27 +0000 (17:06 +0000)
commit3175686514dc75acfa3ed0be92f31535325c60dd
tree78044113c6e101b791f552fa5f35912cc8f6288b
parent56d18ef59701483969fc090533621a3feb9534e1
- repaired behavior of == and != operators at the relation()
level when compared against NULL for one-to-one and other
relations [ticket:985]
CHANGES
lib/sqlalchemy/orm/properties.py
test/orm/query.py