aboutsummaryrefslogtreecommitdiff
path: root/test/temptable.test
Commit message (Expand)AuthorAge
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
* Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...mistachkin2011-08-02
* Add a case to permutations.test to run the veryquick test suite using sqlite3...dan2011-06-27
* Changes sqlite3_prepare_v2() (and related routines) so that if it fails due drh2009-06-16
* Reenable triggering vdbe tracing by creating file-system entries. Add a (redu...danielk19772009-02-10
* Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...danielk19772007-10-09
* Changes to a couple of test scripts to handle the tcl 8.5 version of (file at...danielk19772007-10-05
* More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)drh2006-01-24
* Increased test coverage. Some malloc tests now fail though this is believeddrh2005-08-20
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
* Check the value of the schema cookie before reading the sqlite_master table. ...danielk19772004-06-14
* Add the sqlite3_collation_needed() API and fix some error handling casesdanielk19772004-06-10
* The sqlite_exec() function is now implemented using sqlite_compile() anddrh2004-02-14
* Fix problems with TEMP indices that lead to corrupt databases. Thesedrh2003-05-17
* Fix a memory leak in triggers and update tests to show the latest errordrh2003-03-30
* Detect when the test scripts are being run as root and issue an appropriatedrh2002-09-02
* Added support for the "sqlite_temp_master" table. Increased the versiondrh2002-06-25
* Fix for ticket #62: Do not report an SQLITE_READONLY error until the applicationdrh2002-06-06
* Improvements to the SQLITE_MISUSE detection logic. Also added test casesdrh2002-05-10
* Fix a problem with the way temporary tables mask permanent tables. (CVS 345)drh2002-01-10
* More changes prior to release 2.0.2. Mostly comment changes. But theredrh2001-10-09
* Fix the locking protocol. (CVS 280)drh2001-10-09
* Support for temporary tables added. Still need more testing. (CVS 279)drh2001-10-08