sqlite-database-integration
sqlite-database-integration copied to clipboard
Support `DELETE` with `LIMIT` and `ORDER BY`
LIMIT has been fixed for UPDATE with this PR https://github.com/WordPress/sqlite-database-integration/pull/93 but DELETE LIMIT is still unsupported.
CC @kozer