- attached CTE.sqlalchemy
Support CTEs for UPDATE, DELETE, INSERT
Issue #2563
resolved
Please support CTEs for DML statements.
Our application currently uses the attached code in our application to allow CTEs with DELETE, UPDATE, and INSERT. The code is pretty straightforward, and may give a hint on how to do this in the core code.
Thanks for looking at it,
Fred
Comments (2)
-
Account Deleted -
repo owner - changed status to duplicate
- removed milestone
this is
#2551. its on the 0.9 track for now as 0.8 is overdue for beta releases. - Log in to comment
Client code to activate CTEs for DELETE, INSERT, and UPDATE