aboutsummaryrefslogtreecommitdiff
path: root/test/delete4.test
Commit message (Collapse)AuthorAge
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
| | | FossilOrigin-Name: 20acd630b91609725794ce84f9eda01d5f3c898407f0948264830851d25ccaa6
* Fix the truncate optimization so that PRAGMA count_changes and changes()drh2021-06-03
| | | | | | return correct values even for a WITHOUT ROWID table. [forum:/forumpost/07dedbf9a1|Forum post 07dedbf9a1]. FossilOrigin-Name: 820ae3b117c2d8c117c0c5a4e440a7d06886772516c7fc0a84606388f91be195
* Add test cases to improve coverage of VDBE branches. Still some to go.dan2019-04-04
| | | FossilOrigin-Name: 4cef609d61de272cfdc2b39e1d49c7cd56ec834086bd63095116ff98f4d402bd
* Disable the multi-row one-pass DELETE optimization when the WHERE clausedrh2016-05-02
| | | | | contains a subquery. Fix for ticket [dc6ebeda9396087]. FossilOrigin-Name: 3f221f592a9a19009076e568566c59801cd3fc32
* Fix the sqlite3BtreeDelete() routine so that it preserves the correctdrh2016-04-09
| | | | | | key even when the row being deleted is not on a leaf page. Fix for ticket [a306e56ff68b8fa56] FossilOrigin-Name: ca2ef8a86cf806cbbcc64db03251b1df5b2c5501
* Add test cases to the ONEPASS optimization corruption problem fixed by thedrh2015-09-28
| | | | | previous check-in. FossilOrigin-Name: 5c14d447055bb337428eb1fe0a2934abee381829
* Experimental change to use a single-pass approach for DELETE statements on ↵dan2015-09-12
non-virtual tables that do not fire triggers or require foriegn-key processing. FossilOrigin-Name: eaeb2b80f6f8f83679c8323a81bb39570ec946fe