sqlite/test
drh 23b2db23b4 Allow "<expr> IN <table>" as a shorthand for
"<expr> IN (SELECT * FROM <table>)" (CVS 1180)

FossilOrigin-Name: 01874d252ac44861e927dea3f5534f67e19b1fa8
2004-01-15 03:30:24 +00:00
..
all.test
attach2.test Fail an ATTACH if the auxiliary database is locked. Ticket #514. (CVS 1127) 2003-12-06 22:22:35 +00:00
attach.test In the test scripts, do not try to delete files that are still open. 2003-07-18 01:25:34 +00:00
auth.test Make the VACUUM command run out of the VDBE like all other commands. 2003-12-07 00:24:35 +00:00
bigfile.test Makefile updates for the new "test4.c" module. Also disable large file 2003-12-19 12:31:19 +00:00
bigrow.test
bind.test Add initial test cases for the new sqlite_bind() API. Fix bugs that the new 2003-09-06 22:45:20 +00:00
btree2.test
btree3.test
btree3rb.test Add more tests for the in-memory database. (CVS 925) 2003-04-20 23:45:23 +00:00
btree4.test
btree4rb.test Add more tests for the in-memory database. (CVS 925) 2003-04-20 23:45:23 +00:00
btree.test
capi2.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
conflict.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
copy.test Add additional backslash escapes to the COPY command for compatibility 2003-09-27 00:56:31 +00:00
date.test Preserve the HH:MM:SS for most date/time modifiers. Ticket #551. (CVS 1163) 2004-01-07 03:29:16 +00:00
delete.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
expr.test All LIKE and GLOB operators to use function notation. "A LIKE B" can be 2003-09-30 01:54:13 +00:00
fkey1.test
format3.test Use a built-in atof() function instead of the one from the library to 2003-12-23 02:17:35 +00:00
func.test
hook.test Reinsert the experimental sqlite_commit_hook() API. (CVS 1179) 2004-01-15 02:44:03 +00:00
in.test Allow "<expr> IN <table>" as a shorthand for 2004-01-15 03:30:24 +00:00
index.test Do all WHERE clauses tests, even if an index is used for lookup so that 2003-09-27 00:41:27 +00:00
insert2.test
insert.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
intpkey.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
ioerr.test Add tests to insure VACUUM works in the presence of I/O errors. Fix some 2003-04-25 15:37:57 +00:00
join.test Remove support for the Oracle8 outer join syntax. (CVS 1106) 2003-09-27 13:39:38 +00:00
limit.test Fix the LIMIT clause so that it applies to the entire query in a compound 2003-07-20 01:16:46 +00:00
lock.test
main.test Fix deficiencies in sqlite_complete() pointed out by R. Dennis Cote. (CVS 955) 2003-05-04 17:58:25 +00:00
malloc.test
memdb.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
memleak.test Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement 2003-02-26 13:52:51 +00:00
minmax.test Make sure the min() and max() optimizer works correctly when there 2003-07-19 00:44:14 +00:00
misc1.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
misc2.test Make sure the pagers in-memory cache states in sync with the disk file. 2003-12-17 23:57:34 +00:00
misc3.test Fix comparisons of ROWID against floating point numbers so that they work 2004-01-14 21:59:22 +00:00
misuse.test Permit sqlite_exec() to be called from within user-defined functions. (CVS 1166) 2004-01-07 19:24:48 +00:00
notnull.test
null.test Do all WHERE clauses tests, even if an index is used for lookup so that 2003-09-27 00:41:27 +00:00
pager.test
pragma.test Improvements to the way PRAGMA integrity_check works. More likely to output 2003-12-16 03:44:47 +00:00
printf.test Add the %z format to the sqlite_mprintf() and related functions. (CVS 1028) 2003-06-16 03:08:18 +00:00
progress.test Add sqlite_progress_handler() API for specifying an progress callback (CVS 1111) 2003-10-18 09:37:26 +00:00
quick.test
quote.test
rowid.test Fix comparisons of ROWID against floating point numbers so that they work 2004-01-14 21:59:22 +00:00
select1.test
select2.test
select3.test
select4.test
select5.test
select6.test Additional tests of the new flattener added. Ticket #272. (CVS 949) 2003-05-02 16:44:25 +00:00
sort.test Fix for ticket #297 - bug in sqliteSortCompare(). (CVS 917) 2003-04-18 17:45:14 +00:00
subselect.test
table.test
tableapi.test Add test cases that check out sqlite_get_table() on queries with results sets 2003-09-09 00:47:47 +00:00
tclsqlite.test Reinsert the experimental sqlite_commit_hook() API. (CVS 1179) 2004-01-15 02:44:03 +00:00
temptable.test Fix problems with TEMP indices that lead to corrupt databases. These 2003-05-17 17:35:10 +00:00
tester.tcl Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
thread1.test A better fix for ticket #530 - one that is likely to work on unix 2003-12-19 08:40:22 +00:00
threadtest1.c Move some files around and bump the version number in preparation for the 2004-01-14 03:32:37 +00:00
threadtest2.c Move some files around and bump the version number in preparation for the 2004-01-14 03:32:37 +00:00
trans.test
trigger1.test Allow quoted trigger names. Ticket #468. (CVS 1109) 2003-10-03 00:13:38 +00:00
trigger2.test Disallow temporary indices on persistent tables. (CVS 1122) 2003-11-27 00:48:57 +00:00
trigger3.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
trigger4.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00
unique.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
update.test Provide a more informative error message when a uniqueness constraint 2003-08-05 13:13:38 +00:00
vacuum.test Make the VACUUM command run out of the VDBE like all other commands. 2003-12-07 00:24:35 +00:00
version.test
view.test Tighter binding of views, triggers, and indices to their respective 2003-05-31 16:21:12 +00:00
where.test Enhance the "PRAGMA integrity_check" command to verify that all indices are 2003-06-15 23:42:24 +00:00