diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-14 23:01:13 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2021-01-14 23:35:41 -0500 |
commit | 038ee979985c5585287c5636bbfde607082f5130 (patch) | |
tree | 7c930695be7e7ab4f10674701d018737c7954392 /lib/sqlalchemy/dialects/postgresql/base.py | |
parent | 6be06d85e598e4fda6f3d35084e1c5cccb30cee5 (diff) | |
download | sqlalchemy-038ee979985c5585287c5636bbfde607082f5130.tar.gz |
allow Executable to be accepted by Session.execute()
Fixed an issue where the API to create a custom executable SQL construct
using the ``sqlalchemy.ext.compiles`` extension according to the
documentation that's been up for many years would no longer function if
only ``Executable, ClauseElement`` were used as the base classes,
additional classes were needed if wanting to use
:meth:`_orm.Session.execute`. This has been resolved so that those extra
classes aren't needed.
Change-Id: I99b8acd88515c2a52842d62974199121e64c0381
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql/base.py')
0 files changed, 0 insertions, 0 deletions