SQLite

All files named ”test/fordelete.test”
Login

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

History for test/fordelete.test

2020-05-15
11:26
[ba98f14446] part of check-in [102126d808] Test script changes to account for the fact that the "p5" column in the EXPLAIN output is now an integer, not a text values containing a 2-digit hex value. (check-in: [102126d808] user: dan branch: trunk, size: 5378)
2016-02-05
16:46
[eb93a2f341] part of check-in [a6b3527323] From test scripts, remove stray "breakpoint" commands and blank lines at the ends of files. (check-in: [a6b3527323] user: drh branch: trunk, size: 5382)
2016-01-28
17:06
[57ed9b953e] part of check-in [f43ff8f82d] Modifications to ensure the nExtraDelete-related assert() statement does not fail. (check-in: [f43ff8f82d] user: dan branch: fordelete-assert, size: 5383)
2016-01-27
16:17
[f794392f17] part of check-in [bbd25cf179] Fix tests in fordelete.test to test for the BTREE_AUXDELETE flag. (check-in: [bbd25cf179] user: dan branch: fordelete-assert, size: 4286)
2015-12-12
17:31
[2b8b9a2d8f] 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: 5253)
2015-12-09
10:06
[3648283f90] part of check-in [10ca7357b2] Add simple tests and bugfixes for DELETE statements that qualify for the OR-optimization. (check-in: [10ca7357b2] user: dan branch: onepass-delete-or, size: 4557)
2015-12-08
19:50
[235fab593b] part of check-in [d52376df53] Experimental optimization for DELETE statements with WHERE clauses that qualify for the OR-optimization. (check-in: [d52376df53] user: dan branch: onepass-delete-or, size: 3533)
2015-10-26
16:31
[ba12ec1d27] part of check-in [5bdc3c82bd] Test that the binary record "0x01 0x00" is interpreted by OP_Column as a vector of NULL (or default) values. (check-in: [5bdc3c82bd] user: dan branch: btree-fordelete-flag, size: 3515)
2015-10-22
20:54
Added: [a30de567eb] part of check-in [cdc92919e6] Modifications to pass a flag to internal routine sqlite3BtreeCursor() when a cursor that is used solely for deleting b-tree entries, or for obtaining the components of keys to delete from other b-trees, is opened. (check-in: [cdc92919e6] user: dan branch: btree-fordelete-flag, size: 2428)