[Sqlalchemy-tickets] Issue #4167: Support baked query for update and delete operations (zzzeek/sqla
Brought to you by:
zzzeek
From: Hu B. <iss...@bi...> - 2018-01-19 03:52:43
|
New issue 4167: Support baked query for update and delete operations https://bitbucket.org/zzzeek/sqlalchemy/issues/4167/support-baked-query-for-update-and-delete Hu Bo: Currently only SELECT operations can be "baked". query(...).update and query(...).delete cannot be baked. Maybe it is possible to use the same technique to cache bulk queries generated by update() and delete(). |