SQLite

All files named ”test/delete4.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/delete4.test

2025-04-10
10:18
[2bcf66fe99] part of check-in [20acd630b9] Remove unnecessary "www." prefixes on domain names in URLs. (check-in: [20acd630b9] user: drh branch: trunk, size: 7741)
2021-06-03
18:51
[51fafebe95] part of check-in [820ae3b117] Fix the truncate optimization so that PRAGMA count_changes and changes() return correct values even for a WITHOUT ROWID table. Forum post 07dedbf9a1. (check-in: [820ae3b117] user: drh branch: trunk, size: 7745)
2019-04-04
17:58
[6aa279f459] part of check-in [4cef609d61] Add test cases to improve coverage of VDBE branches. Still some to go. (check-in: [4cef609d61] user: dan branch: trunk, size: 7452)
2016-05-02
12:18
[21d2113217] part of check-in [3f221f592a] Disable the multi-row one-pass DELETE optimization when the WHERE clause contains a subquery. Fix for ticket [dc6ebeda9396087]. (check-in: [3f221f592a] user: drh branch: trunk, size: 5436)
2016-04-09
17:04
[738044ee89] part of check-in [ca2ef8a86c] Fix the sqlite3BtreeDelete() routine so that it preserves the correct key even when the row being deleted is not on a leaf page. Fix for ticket [a306e56ff68b8fa56] (check-in: [ca2ef8a86c] user: drh branch: trunk, size: 4812)
2015-12-12
17:31
[dbd922693b] part of check-in [21526012c2] Add further tests for the changes on this branch. Also fix a memory-leak that could follow a malloc failure. (check-in: [21526012c2] user: dan branch: onepass-delete-or, size: 6632)
2015-12-09
17:45
[fb95a3f064] part of check-in [571b64b923] Add extra test cases to delete4.test. (check-in: [571b64b923] user: dan branch: onepass-delete-or, size: 5687)
16:08
[174f0a46ae] part of check-in [c80bbf14b3] Fix a problem with the DROP TABLE command on this branch. (check-in: [c80bbf14b3] user: dan branch: onepass-delete-or, size: 5431)
2015-09-28
15:08
[3ac0b8d236] part of check-in [5c14d44705] Add test cases to the ONEPASS optimization corruption problem fixed by the previous check-in. (check-in: [5c14d44705] user: drh branch: trunk, size: 4117)
2015-09-12
19:26
Added: [d9e7d553a9] part of check-in [eaeb2b80f6] Experimental change to use a single-pass approach for DELETE statements on non-virtual tables that do not fire triggers or require foriegn-key processing. (check-in: [eaeb2b80f6] user: dan branch: onepass-delete, size: 2765)