index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
temptable.test
Commit message (
Expand
)
Author
Age
*
Many spelling fixes in comments. No changes to code.
mistachkin
2013-03-21
*
Add retry logic for AV defense to winOpen. Also, refactor test suite to allo...
mistachkin
2011-08-02
*
Add a case to permutations.test to run the veryquick test suite using sqlite3...
dan
2011-06-27
*
Changes sqlite3_prepare_v2() (and related routines) so that if it fails due
drh
2009-06-16
*
Reenable triggering vdbe tracing by creating file-system entries. Add a (redu...
danielk1977
2009-02-10
*
Fixes to the test suite (no code changes) so that quick.test runs with OMIT_A...
danielk1977
2007-10-09
*
Changes to a couple of test scripts to handle the tcl 8.5 version of (file at...
danielk1977
2007-10-05
*
More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)
drh
2006-01-24
*
Increased test coverage. Some malloc tests now fail though this is believed
drh
2005-08-20
*
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
danielk1977
2005-03-29
*
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
drh
2004-06-19
*
Check the value of the schema cookie before reading the sqlite_master table. ...
danielk1977
2004-06-14
*
Add the sqlite3_collation_needed() API and fix some error handling cases
danielk1977
2004-06-10
*
The sqlite_exec() function is now implemented using sqlite_compile() and
drh
2004-02-14
*
Fix problems with TEMP indices that lead to corrupt databases. These
drh
2003-05-17
*
Fix a memory leak in triggers and update tests to show the latest error
drh
2003-03-30
*
Detect when the test scripts are being run as root and issue an appropriate
drh
2002-09-02
*
Added support for the "sqlite_temp_master" table. Increased the version
drh
2002-06-25
*
Fix for ticket #62: Do not report an SQLITE_READONLY error until the application
drh
2002-06-06
*
Improvements to the SQLITE_MISUSE detection logic. Also added test cases
drh
2002-05-10
*
Fix a problem with the way temporary tables mask permanent tables. (CVS 345)
drh
2002-01-10
*
More changes prior to release 2.0.2. Mostly comment changes. But there
drh
2001-10-09
*
Fix the locking protocol. (CVS 280)
drh
2001-10-09
*
Support for temporary tables added. Still need more testing. (CVS 279)
drh
2001-10-08