Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | When materializing a view for an UPDATE or DELETE make use of the WHERE clause to limit the number of rows materialized. Ticket #2938. (CVS 4782) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5ab71c3a79cac04cb2c576f83a62218d |
User & Date: | drh 2008-02-12 16:52:14.000 |
Context
2008-02-13
| ||
18:25 | Where possible, avoid freeing buffers allocated for vdbe memory cells in case they can be reused. (CVS 4783) (check-in: 990237e27e user: danielk1977 tags: trunk) | |
2008-02-12
| ||
16:52 | When materializing a view for an UPDATE or DELETE make use of the WHERE clause to limit the number of rows materialized. Ticket #2938. (CVS 4782) (check-in: 5ab71c3a79 user: drh tags: trunk) | |
2008-02-09
| ||
14:30 | ALTER TABLE uses double-quotes for quoting table names. (CVS 4781) (check-in: 607247c27b user: drh tags: trunk) | |
Changes
Changes to src/delete.c.
Changes to src/sqliteInt.h.
Changes to src/update.c.
Changes to test/auth.test.
Added test/triggerA.test.