ORDER BY and LIMIT on UPDATE and DELETE is a non-standard feature on SQLite which isn’t currently en
ORDER BY and LIMIT on UPDATE and DELETE is a non-standard feature on SQLite which isn’t currently enabled on D1 - https://github.com/cloudflare/workerd/pull/608
GitHub
Enables two SQLite options:
The STAT4 query planner, which is enabled in the alpha: https://sqlite.org/draft/compile.html#enable_stat4
The STAT4 query planner, which is enabled in the alpha: https://sqlite.org/draft/compile.html#enable_stat4
- the "downside" is that the query planner becomes ...




