aboutsummaryrefslogtreecommitdiff
path: root/test/insert5.test
Commit message (Collapse)AuthorAge
* Add retry logic for AV defense to winOpen. Also, refactor test suite to ↵mistachkin2011-08-02
| | | | | allow the key Tcl file operations (e.g. copy and delete) to be retried. FossilOrigin-Name: 9007586fdabed8dbcc78581ea9821cfd1f9a4c8c
* Fix (make test) with SQLITE_OMIT_COMPOUND_SELECT. Ticket #3235. (CVS 5530)danielk19772008-08-04
| | | FossilOrigin-Name: 9ca975c8fdeaae7d5af8fe62e097d8d251362cfe
* Registerify the SRT_Subroutine destination for SELECT results. (CVS 4690)drh2008-01-06
| | | FossilOrigin-Name: 8201f71729c3afbb41764cea3cda65b03150cb0c
* Adjust the test suite to account for recent changes related to #2822. Most ↵danielk19772007-12-13
| | | | | changes are related to English language error messages only. (CVS 4622) FossilOrigin-Name: 2f88b9b3e3c9abc3ae4a5dcef82707dd74f8aace
* Fix compilation/testing with OMIT_SUBQUERY defined. Ticket #2828. (CVS 4603)danielk19772007-12-10
| | | FossilOrigin-Name: 0b34a18651764e650faba983be8593992ab2f4a9
* Make sure that INSERT INTO ... SELECT ... always uses an ephemeral drh2007-11-23
intermediate table if the SELECT clause refers to the destination table, even if the SELECT clause is compound or uses the destination table in a subquery. This fixes a long-standing bug that can cause an infinite loop for some SQL statements. (CVS 4552) FossilOrigin-Name: 492b39b6a8bf4ad8792d7a7949f77827a5047fd8