diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-02-23 12:50:36 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-02-23 15:25:34 -0500 |
commit | bef67e58121704a9836e1e5ec2d361cd2086036c (patch) | |
tree | 989ce6bf1aba12926a5a2715acff5fc260eeb598 /test/dialect/postgresql/test_compiler.py | |
parent | 19f13584b07b03a6ee775c197e0e8cda681e9d5a (diff) | |
download | sqlalchemy-bef67e58121704a9836e1e5ec2d361cd2086036c.tar.gz |
support add_cte() for TextualSelect
Fixed issue where the :meth:`.HasCTE.add_cte` method as called upon a
:class:`.TextualSelect` instance was not being accommodated by the SQL
compiler. The fix additionally adds more "SELECT"-like compiler behavior to
:class:`.TextualSelect` including that DML CTEs such as UPDATE and INSERT
may be accommodated.
Fixes: #7760
Change-Id: Id97062d882e9b2a81b8e31c2bfaa9cfc5f77d5c1
Diffstat (limited to 'test/dialect/postgresql/test_compiler.py')
0 files changed, 0 insertions, 0 deletions