Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/update2.test
2019-01-22
| ||
13:45 | [67455bc61f] part of check-in [e148cdad35] Make sure cursors are opened on all indexes for an UPDATE OR REPLACE regardless of whether or not the indexes are partial or contain columns that might need to be updated. (check-in: [e148cdad35] user: drh branch: trunk, size: 6019) | |
2018-01-16
| ||
13:37 | [5e67667e1c] part of check-in [feb2c2b6f6] Fix a problem causing an infinite loop or other malfunction in some UPDATE statements with an OR term in the WHERE clause. Ticket [47b2581aa9bfecec] (check-in: [feb2c2b6f6] user: dan branch: trunk, size: 5548) | |
2017-07-07
| ||
19:43 | [fffc92e72a] part of check-in [732f90d632] Change the error message text for SQLITE_ERROR to omit the part about "missing database" as that meaning is now obsolete (since approx SQLite 2.0). (check-in: [732f90d632] user: drh branch: trunk, size: 5219) | |
2017-01-28
| ||
19:45 | [81772e5c9b] part of check-in [dc555b1039] Avoid redundant table b-tree cursor seeks in UPDATE statements that use the two-pass strategy. (check-in: [dc555b1039] user: dan branch: trunk, size: 5220) | |
2017-01-11
| ||
19:03 | [7f72ef307d] part of check-in [0a2b8e1b9d] Fix a problem with single-pass multi-row UPDATE statements that invoke REPLACE conflict handling. (check-in: [0a2b8e1b9d] user: dan branch: onepass-update, size: 4660) | |
15:42 | [2b678973f8] part of check-in [cab86c9094] Fix a problem preventing UPDATE statements that use a range-scan on the PK index of a WITHOUT ROWID table from using a one-pass strategy. (check-in: [cab86c9094] user: dan branch: onepass-update, size: 3167) | |
2017-01-10
| ||
20:04 | Added: [e7f23b8ed1] part of check-in [46db23ccd1] Changes to allow some multi-row UPDATE statements to avoid the two-pass approach. (check-in: [46db23ccd1] user: dan branch: onepass-update, size: 2359) | |