]> 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:11:14 +0000 (10:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Jun 2012 14:11:14 +0000 (10:11 -0400)
commitd7e8adc20de7927bee87d9ae8c582918bc4faa76
tree1b4df64edad41d0b3aeae39d0ef939940edf710f
parentc8e847811fcff2beb0244ec33016898da0e0ec89
- [bug] Fixed identity_key() function which
was not accepting a scalar argument
for the identity.  [ticket:2508].
CHANGES
lib/sqlalchemy/orm/util.py
test/orm/test_utils.py