.. |
all.test
|
Simplifications and optimizations. Also: disable the corrupt.test for now. (CVS 1924)
|
2004-08-31 13:45:11 +00:00 |
alter.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
attach2.test
|
More use of sqlite3NestedParse. This version of the code does not work. (CVS 2060)
|
2004-11-05 05:10:28 +00:00 |
attach3.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
attach.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
auth.test
|
Ensure tests pass when SQLITE_OMIT_TRIGGER is defined. (CVS 2137)
|
2004-11-22 11:51:13 +00:00 |
autoinc.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
autovacuum_crash.test
|
Check in the file autovacuum_crash.test that should be part of the previous check-in. (CVS 2078)
|
2004-11-08 09:51:09 +00:00 |
autovacuum.test
|
Have tests pass when SQLITE_OMIT_MEMORYDB is defined. (CVS 2131)
|
2004-11-22 05:26:27 +00:00 |
bigfile.test
|
Begin adding the ability to remove unused features at compile-time and still
|
2004-10-30 20:23:09 +00:00 |
bigrow.test
|
Do not invoke the busy callback when trying to promote a lock from SHARED
|
2004-08-07 23:54:48 +00:00 |
bind.test
|
Better error message on an SQLITE_RANGE error. Ticket #991. (CVS 2124)
|
2004-11-20 20:18:55 +00:00 |
blob.test
|
More work on optionally removing unused features at compile-time. (CVS 2049)
|
2004-11-03 13:59:04 +00:00 |
btree2.test
|
The btree.c module now passes all the historical regression tests. New tests
|
2004-05-10 16:18:47 +00:00 |
btree4.test
|
More btree.c bug fixing. It's getting closer but still not there yet.
|
2004-05-09 20:40:11 +00:00 |
btree5.test
|
Table 1 of a database (the sqlite_master table) defaults to use B+trees. (CVS 1378)
|
2004-05-14 12:17:46 +00:00 |
btree6.test
|
Add internal support for collating sequences. This breaks 244 tests. (CVS 1420)
|
2004-05-20 22:16:29 +00:00 |
btree7.test
|
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
|
2004-11-04 14:47:11 +00:00 |
btree.test
|
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
|
2004-11-10 15:27:38 +00:00 |
capi2.test
|
Back out changes allowing writes to tables that have open cursors. (CVS 2134)
|
2004-11-22 10:02:21 +00:00 |
capi3.test
|
Back out changes allowing writes to tables that have open cursors. (CVS 2134)
|
2004-11-22 10:02:21 +00:00 |
capi3b.test
|
More tests of sqlite3_step() and SQLITE_BUSY added. (CVS 1936)
|
2004-09-03 00:27:56 +00:00 |
collate1.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
collate2.test
|
Add comments to unused P3 fields of selected instructions when NDEBUG is
|
2004-09-19 02:15:24 +00:00 |
collate3.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
collate4.test
|
Update tests to work even if some features of the library are disabled. (CVS 2050)
|
2004-11-03 16:27:01 +00:00 |
collate5.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
collate6.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
conflict.test
|
Update sqlite3_changes() to match the documentation and add
|
2004-06-21 06:50:26 +00:00 |
corrupt.test
|
Better detection and handling of corrupt database files. (CVS 1922)
|
2004-08-30 16:52:17 +00:00 |
crash.test
|
Check in the file autovacuum_crash.test that should be part of the previous check-in. (CVS 2078)
|
2004-11-08 09:51:09 +00:00 |
crashtest1.c
|
Add the crashtest1.c program used to test the ability of the database to
|
2004-02-08 06:06:37 +00:00 |
date.test
|
Insert #ifdefs that can optionally remove features at compiletime resulting
|
2004-10-31 02:22:47 +00:00 |
delete2.test
|
Back out changes allowing writes to tables that have open cursors. (CVS 2134)
|
2004-11-22 10:02:21 +00:00 |
delete.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
diskfull.test
|
Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994)
|
2004-10-01 14:38:02 +00:00 |
enc2.test
|
Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099)
|
2004-11-14 04:04:17 +00:00 |
enc3.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
enc.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
expr.test
|
Add the ESCAPE clause to the LIKE operator. Not fully tested yet. (CVS 2107)
|
2004-11-17 16:41:29 +00:00 |
fkey1.test
|
Update tests to work even if some features of the library are disabled. (CVS 2050)
|
2004-11-03 16:27:01 +00:00 |
func.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
hook.test
|
Improved test coverage of tclsqlite.c (CVS 1761)
|
2004-06-29 12:39:08 +00:00 |
in.test
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
index.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
insert2.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
insert.test
|
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
|
2004-11-10 15:27:38 +00:00 |
interrupt.test
|
Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099)
|
2004-11-14 04:04:17 +00:00 |
intpkey.test
|
More work on optionally removing unused features at compile-time. (CVS 2049)
|
2004-11-03 13:59:04 +00:00 |
ioerr.test
|
Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994)
|
2004-10-01 14:38:02 +00:00 |
join2.test
|
Add the ability to group FROM terms using parentheses. Names of columns in
|
2004-01-24 20:18:12 +00:00 |
join3.test
|
Add the '%ifdef' capability to lemon. Other minor changes. (CVS 1836)
|
2004-07-20 12:45:22 +00:00 |
join4.test
|
Remove debugging code that was accidently left in join4.test. (CVS 1819)
|
2004-07-19 19:28:44 +00:00 |
join.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
lastinsert.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
laststmtchanges.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
limit.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
lock2.test
|
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
|
2004-11-10 15:27:38 +00:00 |
lock3.test
|
Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions. (CVS 2000)
|
2004-10-05 02:41:42 +00:00 |
lock.test
|
Back out changes allowing writes to tables that have open cursors. (CVS 2134)
|
2004-11-22 10:02:21 +00:00 |
main.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
malloc.test
|
Rig the sqliteMalloc() routine so that we can make it fail multiple times
|
2004-11-20 19:18:00 +00:00 |
memdb.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
memleak.test
|
Modify btree.c so that is allocates big data structures using malloc()
|
2004-09-03 18:38:44 +00:00 |
minmax.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
misc1.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
misc2.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
misc3.test
|
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
|
2004-11-04 14:47:11 +00:00 |
misc4.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
misuse.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
notnull.test
|
Better error messages on constraint violations. Additional tests and bug fixes
|
2003-01-29 18:46:51 +00:00 |
null.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
pager2.test
|
Have tests pass when SQLITE_OMIT_MEMORYDB is defined. (CVS 2131)
|
2004-11-22 05:26:27 +00:00 |
pager3.test
|
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
|
2004-11-04 14:47:11 +00:00 |
pager.test
|
More changes directed at getting things to work on 64-bit platforms. (CVS 1949)
|
2004-09-08 20:13:04 +00:00 |
pagesize.test
|
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
|
2004-11-10 15:27:38 +00:00 |
pragma.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
printf.test
|
Trying to get some tests in printf.test to pass on 64-bit systems. (CVS 1952)
|
2004-09-09 00:35:29 +00:00 |
progress.test
|
Fix typos in the names of some regression tests. Ticket #962. (CVS 2023)
|
2004-10-18 21:34:46 +00:00 |
quick.test
|
Code toward having btree cursors persist when their table is written too. Doesn't work properly yet. (CVS 2097)
|
2004-11-13 13:19:56 +00:00 |
quote.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
reindex.test
|
Reindex tests added and bugs fixed. (CVS 2075)
|
2004-11-07 13:01:49 +00:00 |
rollback.test
|
When a statement causes a ROLLBACK due to an ON CONFLICT clause, other active
|
2004-06-30 11:14:18 +00:00 |
rowid.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
select1.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
select2.test
|
Allow CREATE TABLE and CREATE INDEX on attached databases. (CVS 1483)
|
2004-05-28 11:37:27 +00:00 |
select3.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
select4.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
select5.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
select6.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
select7.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
sort.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
subselect.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
table.test
|
Ensure tables cannot be created/dropped when btree cursors are open. (CVS 2085)
|
2004-11-10 11:55:10 +00:00 |
tableapi.test
|
Update sqlite3_close() API to match documentation. (CVS 1630)
|
2004-06-19 03:33:57 +00:00 |
tclsqlite.test
|
Update tests to work even if some features of the library are disabled. (CVS 2050)
|
2004-11-03 16:27:01 +00:00 |
temptable.test
|
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
|
2004-06-19 00:16:31 +00:00 |
tester.tcl
|
Changes toward reducing code size when SQLITE_OMIT_UTF16 is enabled. (CVS 2099)
|
2004-11-14 04:04:17 +00:00 |
thread1.test
|
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
|
2004-06-19 00:16:31 +00:00 |
threadtest1.c
|
Bug-fixes to get the two threadtest C programs working again. (CVS 1756)
|
2004-06-29 07:45:33 +00:00 |
threadtest2.c
|
Bug-fixes to get the two threadtest C programs working again. (CVS 1756)
|
2004-06-29 07:45:33 +00:00 |
trace.test
|
Close stray statements prior to finishing trace.test, to avoid a file
|
2004-09-17 20:46:54 +00:00 |
trans.test
|
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
|
2004-06-19 00:16:31 +00:00 |
trigger1.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
trigger2.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
trigger3.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
trigger4.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
trigger5.test
|
Insert #ifdefs that can optionally remove features at compiletime resulting
|
2004-10-31 02:22:47 +00:00 |
types2.test
|
When comparing two expressions do not apply affinity to either operand.
|
2004-07-19 00:39:45 +00:00 |
types.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
unique.test
|
Provide a more informative error message when a uniqueness constraint
|
2003-08-05 13:13:38 +00:00 |
update.test
|
Perform updates in search order. Ticket #602. (CVS 1221)
|
2004-02-10 13:41:52 +00:00 |
utf16.test
|
Minor fixes for UTF-16 databases. (CVS 1770)
|
2004-06-30 02:35:51 +00:00 |
vacuum.test
|
Ensure tests pass when SQLITE_OMIT_TRIGGER is defined. (CVS 2137)
|
2004-11-22 11:51:13 +00:00 |
varint.test
|
New varint encoding gives a maximum varint length of 9 instead of 10. (CVS 1395)
|
2004-05-18 15:57:42 +00:00 |
view.test
|
Ensure tests pass when SQLITE_OMIT_COMPOUND_SELECT is defined. (CVS 2138)
|
2004-11-22 13:35:41 +00:00 |
where.test
|
Update tests to work even if some features of the library are disabled. (CVS 2050)
|
2004-11-03 16:27:01 +00:00 |