]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix typo in Session.identity_key
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Mar 2021 22:32:30 +0000 (18:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Mar 2021 22:32:59 +0000 (18:32 -0400)
commit057a3dad02cc1f40f9e35bc070e0844b01d76417
tree318a927b25d797c1226a7084f2e98f3d4a1f33c8
parentecb392c5f927ab117f9704ce373bf2af1dbe5b69
Fix typo in Session.identity_key

Fixed regression in :meth:`_orm.Session.identity_key`, including that the
method and related methods were not covered by any unit test as well as
that the method contained a typo preventing it from functioning correctly.

Fixes: #6067
Change-Id: I1a84f9ed095c4226d57eef1c46996601dc2f1eaa
doc/build/changelog/unreleased_14/6067.rst [new file with mode: 0644]
lib/sqlalchemy/orm/session.py
test/orm/test_session.py
test/orm/test_utils.py