Files
sqlalchemy/test
Mike Bayer 93401c5f26 Ensure ORMInsert sets up bind state
Fixed regression where the change in #7861, released in version 1.4.33,
that brought the :class:`.Insert` construct to be partially recognized as
an ORM-enabled statement did not properly transfer the correct mapper /
mapped table state to the :class:`.Session`, causing the
:meth:`.Session.get_bind` method to fail for a :class:`.Session` that was
bound to engines and/or connections using the :paramref:`.Session.binds`
parameter.

Fixes: #7936
Change-Id: If19edef8e2dd68335465429eb3d2f0bfdade4a4c
(cherry picked from commit 4f96c12db9)
2022-04-14 12:02:19 -04:00
..
2022-03-11 11:30:11 -05:00
2022-04-14 12:02:19 -04:00
2022-03-04 16:35:47 -05:00