SQLite

All files named ”test/temptable.test”
Login

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

History for test/temptable.test

2013-03-21
21:20
[d2c9b87a54] part of check-in [6f6e2d5094] Many spelling fixes in comments. No changes to code. (check-in: [6f6e2d5094] user: mistachkin branch: trunk, size: 9904)
2011-08-02
00:57
[51edd31c65] part of check-in [9007586fda] Add retry logic for AV defense to winOpen. Also, refactor test suite to allow the key Tcl file operations (e.g. copy and delete) to be retried. (check-in: [9007586fda] user: mistachkin branch: winopen-retry-logic, size: 9904)
2011-06-27
16:55
[1a21a59705] part of check-in [d9f7993bfa] Add a case to permutations.test to run the veryquick test suite using sqlite3_prepare() instead of sqlite3_prepare_v2(). This helps to test the fix for bug [25ee812710]. (check-in: [d9f7993bfa] user: dan branch: trunk, size: 9925)
2009-06-16
17:49
[f42121a0d2] part of check-in [256ec3c6af] Changes sqlite3_prepare_v2() (and related routines) so that if it fails due 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) (check-in: [256ec3c6af] user: drh branch: trunk, size: 9873)
2009-02-10
11:17
[5d8ca46be2] part of check-in [f6590dac46] Reenable triggering vdbe tracing by creating file-system entries. Add a (redundant) test that modifying the temp schema expires all prepared statements. (CVS 6274) (check-in: [f6590dac46] user: danielk1977 branch: trunk, size: 9898)
2007-10-09
08:29
[19b851b9e3] part of check-in [07c00fffe5] Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) (check-in: [07c00fffe5] user: danielk1977 branch: trunk, size: 9513)
2007-10-05
15:53
[d920864420] part of check-in [a51946e66b] Changes to a couple of test scripts to handle the tcl 8.5 version of (file attributes -readonly) on mac. (CVS 4472) (check-in: [a51946e66b] user: danielk1977 branch: trunk, size: 9480)
2006-01-24
00:15
[c36f3e5a94] part of check-in [0ede5e496b] More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018) (check-in: [0ede5e496b] user: drh branch: trunk, size: 9207)
2005-08-20
03:03
[7927261bef] part of check-in [f786f37a5e] Increased test coverage. Some malloc tests now fail though this is believed to be an instrumentation problem not a real error. (CVS 2604) (check-in: [f786f37a5e] user: drh branch: trunk, size: 9162)
2005-03-29
03:10
[c71eeffe8a] part of check-in [c41d55443c] Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427) (check-in: [c41d55443c] user: danielk1977 branch: trunk, size: 9013)
2004-06-19
00:16
[63a16e3ad1] part of check-in [d705d051be] Change the name of the TCL command from "sqlite" to "sqlite3" so that both SQLite version 2 and SQLite version 3 can be used by Tcl at the same time. (CVS 1626) (check-in: [d705d051be] user: drh branch: trunk, size: 8959)
2004-06-14
08:26
[3109726251] part of check-in [80c299f883] Check the value of the schema cookie before reading the sqlite_master table. (CVS 1585) (check-in: [80c299f883] user: danielk1977 branch: trunk, size: 8961)
2004-06-10
10:51
[6809810546] part of check-in [518d82d3b1] Add the sqlite3_collation_needed() API and fix some error handling cases involving unknown collation sequences. (CVS 1563) (check-in: [518d82d3b1] user: danielk1977 branch: trunk, size: 8825)
2004-02-14
16:31
[a770ba6308] part of check-in [9771ad1e81] The sqlite_exec() function is now implemented using sqlite_compile() and sqlite_step(). This opens up lots of opportunity to remove old code. (CVS 1240) (check-in: [9771ad1e81] user: drh branch: trunk, size: 8822)
2003-05-17
17:35
[c82bd6f800] part of check-in [01398fb78b] Fix problems with TEMP indices that lead to corrupt databases. These problems were discovered while working on ticket #317. No sure yet if that ticket is fixed. (CVS 981) (check-in: [01398fb78b] user: drh branch: trunk, size: 8807)
2003-03-30
00:19
[6feff1960c] part of check-in [b90d9de32d] Fix a memory leak in triggers and update tests to show the latest error message text. (CVS 886) (check-in: [b90d9de32d] user: drh branch: trunk, size: 8227)
2002-09-02
12:14
[03b7bdb7d6] part of check-in [9ca2c50770] Detect when the test scripts are being run as root and issue an appropriate error message. (CVS 740) (check-in: [9ca2c50770] user: drh branch: trunk, size: 7948)
2002-06-25
01:09
[9ed7ec0288] part of check-in [9c1432bf74] Added support for the "sqlite_temp_master" table. Increased the version number to 2.5.2. (CVS 640) (check-in: [9c1432bf74] user: drh branch: trunk, size: 7525)
2002-06-06
23:16
[ae58694c0f] part of check-in [9ef795d1d7] Fix for ticket #62: Do not report an SQLITE_READONLY error until the application 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) (check-in: [9ef795d1d7] user: drh branch: trunk, size: 7526)
2002-05-10
13:14
[daa83489ee] part of check-in [f42907ce45] Improvements to the SQLITE_MISUSE detection logic. Also added test cases for this logic, including the new test file "misuse.test". (CVS 559) (check-in: [f42907ce45] user: drh branch: trunk, size: 6487)
2002-01-10
14:31
[0e99342832] part of check-in [ba89da6031] Fix a problem with the way temporary tables mask permanent tables. (CVS 345) (check-in: [ba89da6031] user: drh branch: trunk, size: 6472)
2001-10-09
12:39
[37acd9e397] part of check-in [864349de6f] More changes prior to release 2.0.2. Mostly comment changes. But there was also a minor change to temptable.test so that it would work under Windows. (CVS 282) (check-in: [864349de6f] user: drh branch: trunk, size: 5607)
04:19
[9576d30a68] part of check-in [484b82d8a1] Fix the locking protocol. (CVS 280) (check-in: [484b82d8a1] user: drh branch: trunk, size: 5596)
2001-10-08
13:22
Added: [99611832cd] part of check-in [9368c62e40] Support for temporary tables added. Still need more testing. (CVS 279) (check-in: [9368c62e40] user: drh branch: trunk, size: 3185)