aboutsummaryrefslogtreecommitdiff
path: root/test/temptable.test
Commit message (Collapse)AuthorAge
* Many spelling fixes in comments. No changes to code.mistachkin2013-03-21
| | | FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
* 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
* Add a case to permutations.test to run the veryquick test suite using ↵dan2011-06-27
| | | | | sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710]. FossilOrigin-Name: d9f7993bfa2ecb30c44455de538eb6f8a4a59087
* Changes sqlite3_prepare_v2() (and related routines) so that if it fails due drh2009-06-16
| | | | | | | to a missing table and the schema is out of date, it retries once before returning SQLITE_SCHEMA. Other changes to prepare.c to facilitate coverage testing. (CVS 6769) FossilOrigin-Name: 256ec3c6af41c2324db82e4deb54edbba5b581e8
* Reenable triggering vdbe tracing by creating file-system entries. Add a ↵danielk19772009-02-10
| | | | | (redundant) test that modifying the temp schema expires all prepared statements. (CVS 6274) FossilOrigin-Name: f6590dac4612d0d05105fa820e8fcb80b5907a40
* Fixes to the test suite (no code changes) so that quick.test runs with ↵danielk19772007-10-09
| | | | | OMIT_ATTACH builds. #2706. (CVS 4480) FossilOrigin-Name: 07c00fffe50e8380748f7ae02328531a75d64610
* Changes to a couple of test scripts to handle the tcl 8.5 version of (file ↵danielk19772007-10-05
| | | | | attributes -readonly) on mac. (CVS 4472) FossilOrigin-Name: a51946e66badab37cd54982265631bbc5e414f8e
* More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)drh2006-01-24
| | | FossilOrigin-Name: 0ede5e496bc779e96f05602bebadd10f8a208d48
* Increased test coverage. Some malloc tests now fail though this is believeddrh2005-08-20
| | | | | to be an instrumentation problem not a real error. (CVS 2604) FossilOrigin-Name: f786f37a5e31f42aaf81b3ad4a734f12855da69e
* Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)danielk19772005-03-29
| | | FossilOrigin-Name: c41d55443c2dd532147962b87f542fb7d37075fd
* Change the name of the TCL command from "sqlite" to "sqlite3" so that bothdrh2004-06-19
| | | | | SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) FossilOrigin-Name: d705d051bed2b92b6c3bbcc75fe5b056633b9c31
* Check the value of the schema cookie before reading the sqlite_master table. ↵danielk19772004-06-14
| | | | | (CVS 1585) FossilOrigin-Name: 80c299f8839d920c61854f575498340b28db98d7
* Add the sqlite3_collation_needed() API and fix some error handling casesdanielk19772004-06-10
| | | | | involving unknown collation sequences. (CVS 1563) FossilOrigin-Name: 518d82d3b1ab996d675f45c94d740c98578a04a6
* The sqlite_exec() function is now implemented using sqlite_compile() anddrh2004-02-14
| | | | | sqlite_step(). This opens up lots of opportunity to remove old code. (CVS 1240) FossilOrigin-Name: 9771ad1e811e02e10bb738550fbea447749083c5
* Fix problems with TEMP indices that lead to corrupt databases. Thesedrh2003-05-17
| | | | | | problems were discovered while working on ticket #317. No sure yet if that ticket is fixed. (CVS 981) FossilOrigin-Name: 01398fb78bab7e5c6f439f2b743f26e82118468a
* Fix a memory leak in triggers and update tests to show the latest errordrh2003-03-30
| | | | | message text. (CVS 886) FossilOrigin-Name: b90d9de32d10a71fe81f5bfd0cf57faae8c5c3b4
* Detect when the test scripts are being run as root and issue an appropriatedrh2002-09-02
| | | | | error message. (CVS 740) FossilOrigin-Name: 9ca2c507704f85446d873d5e8429554f2ad4df9e
* Added support for the "sqlite_temp_master" table. Increased the versiondrh2002-06-25
| | | | | number to 2.5.2. (CVS 640) FossilOrigin-Name: 9c1432bf7485258e485bd652e3acdaeabbfe8850
* Fix for ticket #62: Do not report an SQLITE_READONLY error until the applicationdrh2002-06-06
| | | | | | | | actually tries to write data into a readonly file. It is OK to start a transaction on a read-only file, and doing so will get you a read lock. This change allows TEMP tables to be read/write even though the main database is readonly. (CVS 607) FossilOrigin-Name: 9ef795d1d756a404d2123ebc19df1985b19c9888
* Improvements to the SQLITE_MISUSE detection logic. Also added test casesdrh2002-05-10
| | | | | for this logic, including the new test file "misuse.test". (CVS 559) FossilOrigin-Name: f42907ce457e012592f8c043dc6c915e87258b35
* Fix a problem with the way temporary tables mask permanent tables. (CVS 345)drh2002-01-10
| | | FossilOrigin-Name: ba89da603135e5f63f6f97ba3adad02682375c07
* More changes prior to release 2.0.2. Mostly comment changes. But theredrh2001-10-09
| | | | | | was also a minor change to temptable.test so that it would work under Windows. (CVS 282) FossilOrigin-Name: 864349de6fba5b38a3fbf7ab502922937b1b61e5
* Fix the locking protocol. (CVS 280)drh2001-10-09
| | | FossilOrigin-Name: 484b82d8a1c84f3d9725a509de93276b9fa9b294
* Support for temporary tables added. Still need more testing. (CVS 279)drh2001-10-08
FossilOrigin-Name: 9368c62e4097aae3081a325962c1dec167fd253d