Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Omit some extra code from non-SQLITE_ENABLE_UPDATE_DELETE_LIMIT builds. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | update-delete-limit-fix |
Files: | files | file ages | folders |
SHA3-256: |
72be33f9c84de3ec4afc405494824174 |
User & Date: | dan 2017-11-10 20:13:14.097 |
Context
2017-11-14
| ||
17:06 | Fix the SQLITE_ENABLE_UPDATE_DELETE_LIMIT functionality so that it works with views and WITHOUT ROWID tables. (check-in: dae4a97a48 user: dan tags: trunk) | |
2017-11-10
| ||
20:13 | Omit some extra code from non-SQLITE_ENABLE_UPDATE_DELETE_LIMIT builds. (Closed-Leaf check-in: 72be33f9c8 user: dan tags: update-delete-limit-fix) | |
17:47 | Add further tests for the code on this branch. (check-in: f8c4e33f48 user: dan tags: update-delete-limit-fix) | |
Changes
Changes to src/delete.c.
Changes to src/fkey.c.
Changes to src/parse.y.
Changes to src/resolve.c.
Changes to src/sqliteInt.h.
Changes to src/trigger.c.
Changes to src/update.c.