sqlite/test
drh 05a3e474cb Add test cases to prove that ticket #3082 has been fixed. (CVS 5048)
FossilOrigin-Name: 776e7024101dd2eeb29484a36c7e1ac751444ec8
2008-04-25 12:10:15 +00:00
..
aggerror.test
all.test Add the veryquick.test script for a very fast overview test that omits 2008-03-31 23:51:35 +00:00
alter.test ALTER TABLE uses double-quotes for quoting table names. (CVS 4781) 2008-02-09 14:30:29 +00:00
alter2.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
alter3.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
altermalloc.test Add automatic recovery from the pager "error-state". Also add a new error code - SQLITE_IOERR_NOMEM. (CVS 4454) 2007-10-03 08:46:44 +00:00
analyze.test Remove entries from the sqlite_stat1 table whenever an index is dropped. Related to #3033. (CVS 4989) 2008-04-11 17:11:26 +00:00
async.test Reset the writer-thread halt criteria after halting the thread. (CVS 4528) 2007-11-05 17:01:08 +00:00
async2.test Reset the writer-thread halt criteria after halting the thread. (CVS 4528) 2007-11-05 17:01:08 +00:00
async3.test Reset the writer-thread halt criteria after halting the thread. (CVS 4528) 2007-11-05 17:01:08 +00:00
attach.test Add the sqlite3_result_error_code() application interface. Use it in the 2008-02-06 14:11:34 +00:00
attach2.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
attach3.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
attachmalloc.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
auth.test Do not attempt to omit unused columns of a view in an instead-of trigger 2008-04-15 14:36:42 +00:00
auth2.test Do not invoke the authorizer when reparsing the schema after a schema 2007-10-12 20:42:28 +00:00
autoinc.test Some modifications to insert.c to work without using the stack. (CVS 4678) 2008-01-04 19:10:28 +00:00
autovacuum.test
autovacuum_crash.test
autovacuum_ioerr.test
autovacuum_ioerr2.test
avtrans.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
badutf.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
between.test
bigfile.test
bigrow.test
bind.test Fix the bind.test test script so that the tests for zeros embedded in 2008-04-16 16:11:49 +00:00
bindxfer.test Label test case bindxfer-1.9 as a misuse test case, since it is one. (CVS 4870) 2008-03-17 16:23:26 +00:00
bitvec.test Add a completely new testing system for the Bitvec object. The new 2008-03-21 16:45:47 +00:00
blob.test Smaller and hopefully faster routine for converting blob literals into binary. (CVS 4967) 2008-04-04 15:12:21 +00:00
busy.test Add tests to make sure the busy handler resets. (CVS 4865) 2008-03-15 02:09:21 +00:00
cache.test
capi2.test Get all tests running without memory leaks. (CVS 4714) 2008-01-16 17:46:38 +00:00
capi3.test Avoid an out-of-bounds read in sqlite3_prepare() and fix a case where the output variable *pzTail was being set incorrectly. Fix for #3027. (CVS 4957) 2008-04-03 14:36:25 +00:00
capi3b.test
capi3c.test Fix a code generator bug caused by the new CSE optimization. Add test cases 2008-04-15 12:14:21 +00:00
cast.test Miscellaneous code simplifications and cleanup and test coverage 2008-01-19 20:11:25 +00:00
check.test
collate1.test
collate2.test
collate3.test
collate4.test First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) 2008-01-05 17:39:29 +00:00
collate5.test Where possible, transform the DISTINCT qualifier to a GROUP BY clause. GROUP BY clauses may be optimized by indices, DISTINCT qualifiers cannot. (CVS 4538) 2007-11-12 15:29:18 +00:00
collate6.test
collate7.test
collate8.test
collate9.test Allow collation sequence names to be quoted. Ticket #2744. (CVS 4537) 2007-11-12 09:50:26 +00:00
collateA.test Fix a bug in the RTRIM collating sequence discovered while working 2008-04-15 04:02:40 +00:00
colmeta.test Improvements to test coverage in the lemon-generated parser and in the 2008-01-23 12:52:40 +00:00
conflict.test Miscellaneous test coverage improvements. (CVS 4734) 2008-01-21 16:22:45 +00:00
corrupt.test
corrupt2.test When a parse of the sqlite_master table fails, include the name of the 2008-03-19 13:03:33 +00:00
corrupt3.test
corrupt4.test Fix a segfault that could occur while attempting to add new pages 2007-09-07 14:32:06 +00:00
corrupt5.test When a parse of the sqlite_master table fails, include the name of the 2008-03-19 13:03:33 +00:00
crash.test Add additional randomness to crash tests. (CVS 4694) 2008-01-08 15:18:52 +00:00
crash2.test
crash3.test
crash4.test Get all tests running without memory leaks. (CVS 4714) 2008-01-16 17:46:38 +00:00
crash5.test Remove an absolute path from crash5.test. (CVS 4727) 2008-01-18 14:17:20 +00:00
crash6.test Make sure the page size in crash6.test does not exceed the maximum 2008-04-14 15:27:19 +00:00
crash7.test Avoid an out-of-bounds read in sqlite3_prepare() and fix a case where the output variable *pzTail was being set incorrectly. Fix for #3027. (CVS 4957) 2008-04-03 14:36:25 +00:00
crashtest1.c
createtab.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
cse.test Avoid factoring single-instruction constants that end up getting replaced 2008-04-01 18:04:11 +00:00
date.test Fix a bug in the RTRIM collating sequence discovered while working 2008-04-15 04:02:40 +00:00
default.test
delete.test Add some tests for journal_mode=off. Need to come up with a way of handling 2008-04-19 20:53:26 +00:00
delete2.test
delete3.test
descidx1.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
descidx2.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
descidx3.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
diskfull.test
distinctagg.test
enc.test
enc2.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
enc3.test Changes to lemon to generate additional comments in the output file and 2008-01-22 01:48:05 +00:00
exclusive.test In exclusive locking mode, commit by zeroing the first 28 bytes of the 2008-04-17 14:16:42 +00:00
exclusive2.test
exclusive3.test In exclusive locking mode, commit by zeroing the first 28 bytes of the 2008-04-17 14:16:42 +00:00
exec.test Miscellaneous test coverage improvements. (CVS 4734) 2008-01-21 16:22:45 +00:00
expr.test Changes to lemon to generate additional comments in the output file and 2008-01-22 01:48:05 +00:00
filectrl.test Remove dead code from the lemon-generated parser. Better testing 2008-01-22 14:50:16 +00:00
filefmt.test
fkey1.test
format4.test
fts1a.test
fts1b.test
fts1c.test
fts1d.test
fts1e.test
fts1f.test
fts1i.test
fts1j.test
fts1k.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
fts1l.test
fts1m.test
fts1n.test
fts1o.test
fts1porter.test
fts2a.test
fts2b.test
fts2c.test
fts2d.test
fts2e.test
fts2f.test
fts2g.test Don't do anything when input doclists are both empty. Ticket #2774 (CVS 4546) 2007-11-16 00:23:07 +00:00
fts2h.test
fts2i.test
fts2j.test
fts2k.test
fts2l.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
fts2m.test
fts2n.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
fts2o.test
fts2token.test
fts3.test Changes fts3 to use only sqlite3_malloc() and not system malloc. 2007-11-23 17:31:17 +00:00
fts3aa.test
fts3ab.test
fts3ac.test
fts3ad.test
fts3ae.test
fts3af.test
fts3ag.test Don't do anything when input doclists are both empty. Ticket #2774 (CVS 4546) 2007-11-16 00:23:07 +00:00
fts3ah.test
fts3ai.test
fts3aj.test
fts3ak.test
fts3al.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
fts3am.test
fts3an.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
fts3ao.test
fts3atoken.test
fts3b.test Add an implicit (HIDDEN) docid column. This works as an alias to 2007-09-13 18:14:49 +00:00
fts3near.test Add the NEAR operator to fts3. (CVS 4502) 2007-10-22 18:02:20 +00:00
func.test Add tests to verify that strings may use embedded zero characters. 2008-04-16 12:58:53 +00:00
fuzz.test
fuzz2.test
fuzz_common.tcl
fuzz_malloc.test
hook.test Miscellaneous code simplifications and cleanup and test coverage 2008-01-19 20:11:25 +00:00
icu.test
in.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
in2.test
in3.test Do not segfault after a parse error in a sub-select in a statement of the form "DELETE WHERE ... IN(sub-select)". Ticket #2991. (CVS 4854) 2008-03-12 10:39:00 +00:00
incrblob.test Ensure that it is not possible to open either virtual table or view columns using the blob API. Ticket #3078. (CVS 5041) 2008-04-24 09:49:55 +00:00
incrblob_err.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
incrvacuum.test Miscellaneous test coverage improvements. (CVS 4734) 2008-01-21 16:22:45 +00:00
incrvacuum2.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
incrvacuum_ioerr.test
index.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
index2.test
index3.test When a parse of the sqlite_master table fails, include the name of the 2008-03-19 13:03:33 +00:00
insert.test
insert2.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
insert3.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
insert4.test Miscellaneous test coverage improvements. (CVS 4734) 2008-01-21 16:22:45 +00:00
insert5.test Registerify the SRT_Subroutine destination for SELECT results. (CVS 4690) 2008-01-06 00:25:21 +00:00
interrupt.test Get all tests running without memory leaks. (CVS 4714) 2008-01-16 17:46:38 +00:00
intpkey.test When using an index to scan a database table, read column data from the index in preference to the table. This increases the likelihood that the table will not be required at all. (CVS 4580) 2007-11-29 17:43:27 +00:00
io.test Change the pager's sector size algorithm to the maximum of the size 2008-03-28 17:41:13 +00:00
ioerr.test Get all tests running without memory leaks. (CVS 4714) 2008-01-16 17:46:38 +00:00
ioerr2.test Correctly handle I/O errors that occur during OsUnlock(). Before this 2008-03-07 19:51:14 +00:00
ioerr3.test Additional test coverage improvements. Test coverage now stands at 98.73%. (CVS 4731) 2008-01-19 23:50:26 +00:00
join.test
join2.test
join3.test
join4.test
join5.test
journal1.test
jrnlmode.test Continuing work on journal_mode. Journal_mode=persist now appears to be 2008-04-19 20:34:18 +00:00
jrnlmode2.test Add some tests for journal_mode=off. Need to come up with a way of handling 2008-04-19 20:53:26 +00:00
jrnlmode3.test Add some tests for journal_mode=off. Need to come up with a way of handling 2008-04-19 20:53:26 +00:00
jrnlmode4.test Add some tests for journal_mode=off. Need to come up with a way of handling 2008-04-19 20:53:26 +00:00
lastinsert.test
laststmtchanges.test
like.test Fix a bug in the LIKE optimizer that occurs when the last character 2008-02-23 21:55:39 +00:00
limit.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
loadext.test
loadext2.test Move SQL functions used for testing only out of func.c and into a new 2008-03-19 16:08:53 +00:00
lock.test
lock2.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
lock3.test
lock4.test Fix a second race condition in lock4.test. (CVS 4861) 2008-03-14 08:57:41 +00:00
main.test Improved test coverage for the tokenizer and sqlite3_complete() interface. 2008-01-22 23:37:09 +00:00
malloc.test In exclusive locking mode, commit by zeroing the first 28 bytes of the 2008-04-17 14:16:42 +00:00
malloc2.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc3.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc4.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc5.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc6.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc7.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc8.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc9.test Fix the output labels on the tests in malloc9. (CVS 4966) 2008-04-04 12:21:25 +00:00
mallocA.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocAll.test Additional out-of-memory testing. Fix bugs caused by malloc failures in 2007-11-26 13:36:00 +00:00
mallocB.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocC.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocD.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocE.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocF.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
mallocG.test Add the memory fault simulator to mem5.c. Enable soft heap limit on mem5.c. 2008-02-18 22:24:57 +00:00
malloc_common.tcl Add a completely new testing system for the Bitvec object. The new 2008-03-21 16:45:47 +00:00
manydb.test
memdb.test
memleak.test
minmax.test First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) 2008-01-05 17:39:29 +00:00
minmax2.test First pass at optimizing max()/min() as described in #2853. Some refinements to come. (CVS 4687) 2008-01-05 17:39:29 +00:00
minmax3.test Fix a problem with min() and descending indexes. (CVS 4933) 2008-03-28 19:16:56 +00:00
misc1.test Fix a bug in the misc1 test script. (CVS 4526) 2007-11-05 14:58:23 +00:00
misc2.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
misc3.test Additional test coverage improvements. Test coverage now stands at 98.73%. (CVS 4731) 2008-01-19 23:50:26 +00:00
misc4.test Strengthen the tests for aggregate functions in GROUP BY clauses. 2007-12-08 18:01:30 +00:00
misc5.test Improvements to test coverage in the lemon-generated parser and in the 2008-01-23 12:52:40 +00:00
misc6.test
misc7.test Skip tests that require setting detailed unix permissions on files when 2008-03-15 14:53:04 +00:00
misuse.test
notnull.test
null.test Adjust the test suite to account for recent changes related to #2822. Most changes are related to English language error messages only. (CVS 4622) 2007-12-13 07:58:50 +00:00
onefile.test Fix a bug in the test scripts that was preventing many scripts from 2008-01-18 02:31:56 +00:00
openv2.test
pager.test
pager2.test
pager3.test
pageropt.test Get the SQLITE_SECURE_DELETE compile-time option working again. 2008-04-14 01:00:57 +00:00
pagesize.test
pragma.test Remove the dependency on the direct btree interface from as many test 2008-03-19 00:21:30 +00:00
pragma2.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
printf.test Modify the printf test script so that it does not depend on the platform 2008-02-01 01:19:53 +00:00
progress.test
ptrchng.test Fix a problem in the ptrchng.test script. (CVS 4786) 2008-02-14 05:44:45 +00:00
quick.test Continuing work on journal_mode. Journal_mode=persist now appears to be 2008-04-19 20:34:18 +00:00
quote.test
rdonly.test
reindex.test
rollback.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
rowid.test Miscellaneous code simplifications and cleanup and test coverage 2008-01-19 20:11:25 +00:00
safety.test Test script changes that go with the coverage enhancements of the 2008-03-18 13:46:53 +00:00
schema.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
schema2.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
select1.test Adjust the test suite to account for recent changes related to #2822. Most changes are related to English language error messages only. (CVS 4622) 2007-12-13 07:58:50 +00:00
select2.test Fix a problem with the test scripts caused by not cleaning up the global tcl namespace. (CVS 5044) 2008-04-24 12:38:28 +00:00
select3.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
select4.test Make sure an imbalance in the number of columns on a compound SELECT is 2008-03-26 12:46:23 +00:00
select5.test Use 1<<$x instead of pow(2,$x) in the test suite code. (CVS 4715) 2008-01-16 18:20:41 +00:00
select6.test
select7.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
select8.test Continuing work toward converting the VM into a register machine. (CVS 4707) 2008-01-12 12:48:07 +00:00
server1.test
shared.test Modify shared.test to do case independent comparison of filenames. To account for the fact that "c:/test.db" and "C:/test.db" are the same file. (CVS 4780) 2008-02-08 18:25:48 +00:00
shared2.test
shared3.test
shared_err.test Fix test instrumentation problems on shared_err.test. (CVS 4728) 2008-01-18 17:03:32 +00:00
shortread1.test Add tests to prevent a regression of the short read problem discovered 2007-09-14 01:48:11 +00:00
sidedelete.test Minor cleanup changes on the OP_StackDepth opcode. Added the 2007-12-12 22:24:12 +00:00
soak.test
softheap1.test Miscellaneous code simplifications and cleanup and test coverage 2008-01-19 20:11:25 +00:00
sort.test
speed1.test
speed1p.explain Add speed-test scripts that also show EXPLAIN output. (CVS 5017) 2008-04-16 12:57:48 +00:00
speed1p.test Use an improved RDTSC access routine. (CVS 4961) 2008-04-03 19:40:59 +00:00
speed2.test
speed3.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
speed4.test Add speed4.test, with some speed tests for triggers, sub-selects, views and joins. (CVS 4504) 2007-10-23 10:25:30 +00:00
speed4p.explain Add speed-test scripts that also show EXPLAIN output. (CVS 5017) 2008-04-16 12:57:48 +00:00
speed4p.test Add three new test cases to speed4p.test. Two of the three do single-row 2008-04-10 13:32:36 +00:00
sqllimits1.test Add out-of-range tests on the first parameter to sqlite3_limit(). 2008-04-15 02:36:33 +00:00
subquery.test Add disabled test cases for ticket #2652. We will enable these test cases 2007-09-18 16:53:52 +00:00
subselect.test
substr.test Make the 3rd parameter of the SUBSTR() function optional. Ticket #2579. (CVS 4486) 2007-10-12 19:11:55 +00:00
sync.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
table.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
tableapi.test Modify the tableapi.test script so that it works under windows. (CVS 4869) 2008-03-17 15:09:47 +00:00
tclsqlite.test Fix an error message in the tcl interface. (CVS 4503) 2007-10-23 08:17:48 +00:00
tempdb.test Add a test case to cover the bug fixed in check-in (5007). (CVS 5008) 2008-04-15 00:01:59 +00:00
temptable.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
tester.tcl Additional work on ticket #3015. The previous fix (check-in (4919)) did 2008-04-17 19:14:02 +00:00
thread001.test Enhance thread001.test again, this time to also test in shared-cache mode. (CVS 4418) 2007-09-10 07:35:47 +00:00
thread1.test
thread002.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
thread2.test
thread_common.tcl Add another test file to help verify thread-safety. (CVS 4419) 2007-09-10 10:53:01 +00:00
threadtest1.c
threadtest2.c
tkt1435.test
tkt1443.test
tkt1444.test
tkt1449.test
tkt1473.test
tkt1501.test
tkt1512.test
tkt1514.test
tkt1536.test
tkt1537.test
tkt1567.test
tkt1644.test
tkt1667.test
tkt1873.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
tkt2141.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2192.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2213.test
tkt2251.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2285.test
tkt2332.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2339.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2391.test
tkt2409.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00
tkt2450.test
tkt2640.test Fix compilation/testing with OMIT_SUBQUERY defined. Ticket #2828. (CVS 4603) 2007-12-10 05:03:46 +00:00
tkt2643.test Fix incorrect index cost assumptions that occur after an ANALYZE. 2007-09-13 17:54:40 +00:00
tkt2686.test Add more test cases to prove that ticket #2920 does not exist in 2008-02-02 02:48:52 +00:00
tkt2767.test Fix the code generation for UPDATE and DELETE so that 2007-11-11 18:36:34 +00:00
tkt2817.test When parsing CREATE INDEX statements from the sqlite_master table, do not search the temp database schema for the corresponding table. Only consider the database for which the schema is being parsed. Ticket #2817. (CVS 4587) 2007-12-02 11:46:34 +00:00
tkt2820.test Make sure statement journals are initiated when doing DROP operations 2007-12-04 16:54:52 +00:00
tkt2822.test Additional test cases for tkt2822. Fix a related bug in printf(). (CVS 4624) 2007-12-13 17:50:22 +00:00
tkt2832.test Remove an (explain) accidentally left in tkt2832.test. (CVS 4618) 2007-12-12 18:05:20 +00:00
tkt2854.test Fix for #2854. "BEGIN EXCLUSIVE" excludes other shared cache users from using the database. (CVS 4642) 2007-12-21 04:47:25 +00:00
tkt2920.test Add more test cases to prove that ticket #2920 does not exist in 2008-02-02 02:48:52 +00:00
tkt2927.test Do not release registers used to hold the results of a compound select 2008-02-06 23:52:36 +00:00
tkt2942.test Do not apply the query flattening optimization when the outer query is an 2008-02-15 14:33:03 +00:00
trace.test The sqlite3_trace() callback now prints a message as each trigger fires 2008-01-12 21:35:57 +00:00
trans.test Continuing work on journal_mode. Journal_mode=persist now appears to be 2008-04-19 20:34:18 +00:00
trigger1.test Fixes to the test suite (no code changes) so that quick.test runs with OMIT_ATTACH builds. #2706. (CVS 4480) 2007-10-09 08:29:32 +00:00
trigger2.test
trigger3.test Verify that a RAISE(ROLLBACK,...) works like RAISE(FAIL,...) when not 2008-04-10 15:12:45 +00:00
trigger4.test
trigger5.test
trigger6.test
trigger7.test When a parse of the sqlite_master table fails, include the name of the 2008-03-19 13:03:33 +00:00
trigger8.test
trigger9.test Add some extra tests for the recent trigger compilation optimization. (CVS 4653) 2008-01-02 04:41:24 +00:00
triggerA.test When materializing a view for an UPDATE or DELETE make use of the WHERE 2008-02-12 16:52:14 +00:00
triggerB.test Do not attempt to omit unused columns of a view in an instead-of trigger 2008-04-15 14:36:42 +00:00
types.test
types2.test
types3.test
unique.test
update.test Enhancements to the change counter tests. Ticket #3013. (CVS 4986) 2008-04-10 18:44:36 +00:00
utf16.test
utf16align.test
vacuum.test Add out-of-range tests on the first parameter to sqlite3_limit(). 2008-04-15 02:36:33 +00:00
vacuum2.test Registerification of the WHERE clause logic. (CVS 4716) 2008-01-17 02:36:28 +00:00
vacuum3.test Disable auto_vacuum during the vacuum3 test. (CVS 5000) 2008-04-14 13:42:39 +00:00
varint.test
veryquick.test Continuing work on journal_mode. Journal_mode=persist now appears to be 2008-04-19 20:34:18 +00:00
view.test Error messages says "no such view" instead of "no such table" when 2008-01-25 15:04:48 +00:00
vtab1.test Make sure check-in (4976) also fixes ticket #2935. (CVS 4981) 2008-04-10 16:42:58 +00:00
vtab2.test Make sure virtual table interfaces are not invoked after EOF when 2008-01-31 15:53:45 +00:00
vtab3.test
vtab4.test
vtab5.test
vtab6.test Return an error when an xBestIndex() method indicates that it intends to use the value of an unusable constraint. Related to #2998. (CVS 4867) 2008-03-17 09:36:44 +00:00
vtab7.test Make sure statement journals are initiated when doing DROP operations 2007-12-04 16:54:52 +00:00
vtab8.test
vtab9.test
vtabA.test
vtabB.test Add test cases to prove that ticket #3082 has been fixed. (CVS 5048) 2008-04-25 12:10:15 +00:00
vtab_alter.test Change all instances of "it's" in comments to either "its" or "it is", 2007-12-13 21:54:09 +00:00
vtab_err.test
vtab_shared.test When a parse of the sqlite_master table fails, include the name of the 2008-03-19 13:03:33 +00:00
where.test When using an index to scan a database table, read column data from the index in preference to the table. This increases the likelihood that the table will not be required at all. (CVS 4580) 2007-11-29 17:43:27 +00:00
where2.test Fix compilation/testing with OMIT_SUBQUERY defined. Ticket #2828. (CVS 4603) 2007-12-10 05:03:46 +00:00
where3.test Additional work on ticket #3015. The previous fix (check-in (4919)) did 2008-04-17 19:14:02 +00:00
where4.test Fix compilation/testing with OMIT_SUBQUERY defined. Ticket #2828. (CVS 4603) 2007-12-10 05:03:46 +00:00
where5.test
where6.test Additional work on ticket #3015. The previous fix (check-in (4919)) did 2008-04-17 19:14:02 +00:00
zeroblob.test Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423) 2007-09-12 17:01:45 +00:00