]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add template methods for ORMInsert
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Mar 2022 18:56:52 +0000 (14:56 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 31 Mar 2022 18:58:13 +0000 (14:58 -0400)
commitcbe38dbc667436f5da74ce7c3d6e5451f41c62e2
treea4ad6ce9d85e6ac28250d3a1007d6b4fc893f738
parent00659c72c069f8e4f2bced7662088e2cef2edef6
add template methods for ORMInsert

Fixed regression caused by :ticket:`7861` where invoking an
:class:`.Insert` construct which contained ORM entities via
:meth:`_orm.Session.execute` would fail.

Fixes: #7878
Change-Id: Icc4d8028249cc417f504fdd3e31e206b5bbc89f8
doc/build/changelog/unreleased_14/7878.rst [new file with mode: 0644]
lib/sqlalchemy/orm/persistence.py
test/orm/test_session.py