sqlite/test
danielk1977 ea61b2c4fc More test cases for the new query API. (CVS 1468)
FossilOrigin-Name: 74097ecdb0b1e0eec143c5a3f8ca2f0d63d6f38d
2004-05-27 01:49:51 +00:00
..
all.test
attach.test A different fix for the problem with opening existing files. See also 2004-05-11 09:57:35 +00:00
attach2.test Further work on the new API. All the functions to execute queries are there 2004-05-21 10:08:53 +00:00
auth.test
bigfile.test
bigrow.test
bind.test Add some tests for the new API. Many more to come. (CVS 1462) 2004-05-26 10:11:05 +00:00
btree.test New varint encoding gives a maximum varint length of 9 instead of 10. (CVS 1395) 2004-05-18 15:57:42 +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
capi2.test Further work on the new API. All the functions to execute queries are there 2004-05-21 10:08:53 +00:00
capi3.test More test cases for the new query API. (CVS 1468) 2004-05-27 01:49:51 +00:00
conflict.test
copy.test
crashtest1.c
date.test
delete.test
enc.test Tests for the functions in utf.c. (CVS 1436) 2004-05-22 08:16:11 +00:00
enc2.test Add some tests for the new API. Many more to come. (CVS 1462) 2004-05-26 10:11:05 +00:00
expr.test Various minor fixes and updates to make more test cases pass. (CVS 1370) 2004-05-13 11:34:16 +00:00
fkey1.test
format3.test
func.test Implement type affinity for table and index records (CVS 1375) 2004-05-14 11:00:53 +00:00
hook.test
in.test
index.test Fix a bug meant real numbers with a negative sign were being stored as 2004-05-16 22:55:28 +00:00
insert.test Manifest types in indices. At the moment indices use manifest typing, but 2004-05-13 05:16:15 +00:00
insert2.test
interrupt.test
intpkey.test
ioerr.test
join.test
join2.test
lastinsert.test
laststmtchanges.test
limit.test Cache record headers in the OP_Column opcode. (CVS 1382) 2004-05-14 21:12:22 +00:00
lock.test
main.test
malloc.test
memdb.test
memleak.test
minmax.test Fix the min/max optimizer so that it works when the FROM clause is a 2004-03-13 14:00:36 +00:00
misc1.test Correctly handle 64-bit integers in SQL statements. (CVS 1408) 2004-05-19 20:41:03 +00:00
misc2.test
misc3.test Fix the misc3.test test file. (CVS 1415) 2004-05-20 03:30:10 +00:00
misuse.test
notnull.test
null.test
pager.test Pager tests working. (CVS 1308) 2004-04-26 14:10:20 +00:00
pager2.test The pager now handles file ":memory:" complete in memory with no disk I/O. (CVS 1363) 2004-05-12 13:30:07 +00:00
pragma.test Remove the show_datatypes pragma. (CVS 1461) 2004-05-26 06:58:43 +00:00
printf.test
progress.test
quick.test Fix for retrieving UTF-16 little-endian text from a big-endian database. (CVS 1446) 2004-05-24 07:34:48 +00:00
quote.test
rowid.test Various minor fixes and updates to make more test cases pass. (CVS 1370) 2004-05-13 11:34:16 +00:00
select1.test Add some more code to support manifest typing in indices. Not activated yet. (CVS 1362) 2004-05-12 11:24:02 +00:00
select2.test Implement type affinity for table and index records (CVS 1375) 2004-05-14 11:00:53 +00:00
select3.test Most sorting problems are fixed. Dead code has been removed. 3 test failures 2004-05-21 02:14:24 +00:00
select4.test Implement type affinity for table and index records (CVS 1375) 2004-05-14 11:00:53 +00:00
select5.test
select6.test
sort.test Most sorting problems are fixed. Dead code has been removed. 3 test failures 2004-05-21 02:14:24 +00:00
subselect.test
table.test Update the typeof() operator to respect manifest types. (CVS 1450) 2004-05-24 12:55:54 +00:00
tableapi.test
tclsqlite.test
temptable.test
tester.tcl Further work on the new API. All the functions to execute queries are there 2004-05-21 10:08:53 +00:00
thread1.test
threadtest1.c
threadtest2.c
trans.test Bump the version number to 2.8.13. Patch up the limit test so that it works 2004-03-08 13:26:17 +00:00
trigger1.test
trigger2.test
trigger3.test
trigger4.test
types.test Update the typeof() operator to respect manifest types. (CVS 1450) 2004-05-24 12:55:54 +00:00
types2.test Fix problems with types and the recognition of BLOB as having no affinity. (CVS 1418) 2004-05-20 12:41:19 +00:00
unique.test
update.test
vacuum.test Add some tests for the new API. Many more to come. (CVS 1462) 2004-05-26 10:11:05 +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
version.test Various minor fixes and updates to make more test cases pass. (CVS 1370) 2004-05-13 11:34:16 +00:00
view.test
where.test Eliminate the OP_SortMakeRec and OP_SortCallback opcodes. Sort using the 2004-05-21 03:01:58 +00:00