sqlite/test
drh bb07e9a34f Simplify the number processing code. Fix for ticket #281. (CVS 910)
FossilOrigin-Name: 4326b52a39cad4632dc2db37aa53a285a31af138
2003-04-16 02:17:35 +00:00
..
all.test
attach.test More testing of ATTACH and DETACH. (CVS 899) 2003-04-05 16:56:28 +00:00
auth.test Begin testing the new ATTACH and DETACH commands. (CVS 898) 2003-04-05 03:42:26 +00:00
bigfile.test
bigrow.test
btree.test
btree2.test
btree3.test
btree4.test
capi2.test Add more tests to make sure that sqlite_changes() works when using the 2003-03-01 19:53:15 +00:00
conflict.test Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement 2003-02-26 13:52:51 +00:00
copy.test
delete.test
expr.test Simplify the number processing code. Fix for ticket #281. (CVS 910) 2003-04-16 02:17:35 +00:00
fkey1.test
format3.test
func.test
hook.test Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896) 2003-04-03 15:46:04 +00:00
in.test
index.test Simplify the number processing code. Fix for ticket #281. (CVS 910) 2003-04-16 02:17:35 +00:00
insert.test Use a intermediate table when inserting a TEMP table from a SELECT that 2003-04-03 01:50:44 +00:00
insert2.test
intpkey.test Do not allow an empty string to be inserted into an INTEGER PRIMARY KEY. (CVS 877) 2003-03-07 19:50:07 +00:00
ioerr.test
join.test
limit.test
lock.test
main.test Simplify the number processing code. Fix for ticket #281. (CVS 910) 2003-04-16 02:17:35 +00:00
malloc.test
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
misc1.test Fix a memory leak associated with PRIMARY KEY in a CREATE TABLE statement 2003-02-26 13:52:51 +00:00
misuse.test
notnull.test
null.test
pager.test
pragma.test
printf.test
quick.test
quote.test
rowid.test Get triggers working on tables with INTEGER PRIMARY KEYs. Ticket #291. 2003-04-15 19:22:22 +00:00
select1.test
select2.test
select3.test
select4.test
select5.test
select6.test
sort.test
subselect.test
table.test
tableapi.test
tclsqlite.test Added experimental APIs: sqlite_begin_hook() and sqlite_commit_hook(). (CVS 896) 2003-04-03 15:46:04 +00:00
temptable.test Fix a memory leak in triggers and update tests to show the latest error 2003-03-30 00:19:49 +00:00
tester.tcl Get the non-callback API working with the EXPLAIN keyword and for PRAGMAs. 2003-03-01 19:45:34 +00:00
trans.test
trigger1.test Fix a memory leak in triggers and update tests to show the latest error 2003-03-30 00:19:49 +00:00
trigger2.test
trigger3.test
trigger4.test
unique.test
update.test
vacuum.test
version.test
view.test
where.test