Files
sqlalchemy/test
Mike Bayer 31b793894f Consult plugin_subject for non-ORM enabled stmts in get_bind()
Enhanced the bind resolution rules for :meth:`_orm.Session.execute` so that
when a non-ORM statement such as an :func:`_sql.insert` construct
nonetheless is built against ORM objects, to the greatest degree possible
the ORM entity will be used to resolve the bind, such as for a
:class:`_orm.Session` that has a bind map set up on a common superclass
without specific mappers or tables named in the map.

Fixes: #6484
Change-Id: Iaa711b7f2c7451377b50af63029f37c4375a6f7e
2021-05-14 11:49:01 -04:00
..
2021-04-21 23:03:51 -04:00
2021-05-12 22:10:19 +02:00
2021-05-12 22:10:19 +02:00
2021-05-12 22:10:19 +02:00
2021-04-26 21:11:32 +02:00