]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed identity_key() function which
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jun 2012 14:08:33 +0000 (10:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jun 2012 14:08:33 +0000 (10:08 -0400)
commit5b8e5d381c710b0d813022467acc56265e98a27d
tree20b498ef90ab2cb53f0a9d5b513c30e9c15b750f
parentd8d080a76913af5d192c5ef627b8453c05d0e2c8
- [bug] Fixed identity_key() function which
was not accepting a scalar argument
for the identity.  [ticket:2508]. Also
in 0.7.8.
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/test_utils.py