sqlite/test
danielk1977 752e679a1e Have "DEFAULT CURRENT_TIME" & co. work even if SQLITE_OMIT_DATETIME_FUNCS is defined. (CVS 2083)
FossilOrigin-Name: f81b9c1c022772378aad32ec45d0027beeb36574
2004-11-09 16:13:33 +00:00
..
all.test Simplifications and optimizations. Also: disable the corrupt.test for now. (CVS 1924) 2004-08-31 13:45:11 +00:00
attach.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +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 Fix a bug in the previous check-in. (CVS 2061) 2004-11-05 05:20:40 +00:00
auth.test Allow functions to be created when there are outstanding VMs. 2004-09-30 13:43:13 +00:00
autovacuum.test A few more auto-vacuum tests. (CVS 2079) 2004-11-08 12:32:50 +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
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 Update tests to work even if some features of the library are disabled. (CVS 2050) 2004-11-03 16:27:01 +00:00
blob.test More work on optionally removing unused features at compile-time. (CVS 2049) 2004-11-03 13:59:04 +00:00
btree.test Fix typos in the names of some regression tests. Ticket #962. (CVS 2023) 2004-10-18 21:34:46 +00:00
btree2.test
btree4.test
btree5.test
btree6.test
btree7.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +00:00
capi2.test Update tests to work even if some features of the library are disabled. (CVS 2050) 2004-11-03 16:27:01 +00:00
capi3.test Transactions commit on the last sqlite3_step(), not on sqlite3_finalize(). 2004-09-02 14:57:08 +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 All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +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
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
date.test Insert #ifdefs that can optionally remove features at compiletime resulting 2004-10-31 02:22:47 +00:00
delete.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +00:00
delete2.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +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
enc.test Improve test coverage of utf.c. (CVS 1678) 2004-06-23 13:46:32 +00:00
enc2.test Fixes for compiler warnings. Also more coverage. (CVS 1775) 2004-06-30 08:20:16 +00:00
enc3.test More work on optionally removing unused features at compile-time. (CVS 2049) 2004-11-03 13:59:04 +00:00
expr.test Port the "DEFAULT CURRENT_TIME" etc. functionality from an earlier fork of sqlite. (CVS 2082) 2004-11-09 12:44:37 +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
index.test Reindex tests added and bugs fixed. (CVS 2075) 2004-11-07 13:01:49 +00:00
insert.test Reindex tests added and bugs fixed. (CVS 2075) 2004-11-07 13:01:49 +00:00
insert2.test The INSERT code generator does a better job of detecting if the table 2004-09-17 17:23:15 +00:00
interrupt.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +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
join.test
join2.test
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
lastinsert.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +00:00
laststmtchanges.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +00:00
limit.test Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +00:00
lock.test Do not invoke the busy callback when trying to promote a lock from SHARED 2004-08-07 23:54:48 +00:00
lock2.test Fix bugs associated with the codec. (CVS 1846) 2004-07-22 15:02:25 +00:00
lock3.test Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions. (CVS 2000) 2004-10-05 02:41:42 +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 Coverage tests for vacuum.c (CVS 1776) 2004-06-30 09:49:22 +00:00
memdb.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +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 Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +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 All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +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 Reinsert code deleted by (1998) that we thought was unused but was in fact 2004-10-19 16:40:59 +00:00
misuse.test Allow functions to be created when there are outstanding VMs. 2004-09-30 13:43:13 +00:00
notnull.test
null.test Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +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
pager2.test Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions. (CVS 2000) 2004-10-05 02:41:42 +00:00
pager3.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +00:00
pagesize.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +00:00
pragma.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +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 Test auto-vacuum mode for crash-proofness. Also fix a bug related to the same. (CVS 2077) 2004-11-08 09:26:09 +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 Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +00:00
select2.test
select3.test Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +00:00
select4.test
select5.test Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +00:00
select6.test Update tests to work even if some features of the library are disabled. (CVS 2050) 2004-11-03 16:27:01 +00:00
select7.test Corrections to transient table handling in compound select statments. 2004-08-29 16:25:03 +00:00
sort.test More work on optionally removing unused features at compile-time. (CVS 2049) 2004-11-03 13:59:04 +00:00
subselect.test Tcl interface transfers values directly between SQLite and Tcl_Objs, without 2004-08-20 18:34:20 +00:00
table.test Have "DEFAULT CURRENT_TIME" & co. work even if SQLITE_OMIT_DATETIME_FUNCS is defined. (CVS 2083) 2004-11-09 16:13:33 +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
tester.tcl More work on optionally removing unused features at compile-time. (CVS 2049) 2004-11-03 13:59:04 +00:00
thread1.test
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
trigger1.test Insert #ifdefs that can optionally remove features at compiletime resulting 2004-10-31 02:22:47 +00:00
trigger2.test All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055) 2004-11-04 14:47:11 +00:00
trigger3.test Insert #ifdefs that can optionally remove features at compiletime resulting 2004-10-31 02:22:47 +00:00
trigger4.test Insert #ifdefs that can optionally remove features at compiletime resulting 2004-10-31 02:22:47 +00:00
trigger5.test Insert #ifdefs that can optionally remove features at compiletime resulting 2004-10-31 02:22:47 +00:00
types.test Update tests to work even if some features of the library are disabled. (CVS 2050) 2004-11-03 16:27:01 +00:00
types2.test When comparing two expressions do not apply affinity to either operand. 2004-07-19 00:39:45 +00:00
unique.test
update.test
utf16.test Minor fixes for UTF-16 databases. (CVS 1770) 2004-06-30 02:35:51 +00:00
vacuum.test All tests pass even if OMIT_TRIGGER is defined. (CVS 2053) 2004-11-04 04:42:28 +00:00
varint.test
view.test Update tests to work even if some features of the library are disabled. (CVS 2050) 2004-11-03 16:27:01 +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