This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
sqlite
Watch
1
Star
0
Fork
0
You've already forked sqlite
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sqlite
/
test
History
drh
e2201971ac
Add test case for ticket
#601
. (CVS 1215)
...
FossilOrigin-Name: 096312dacb9eb2f8da3cec1504aef8629b505e7f
2004-02-09 14:35:28 +00:00
..
all.test
…
attach2.test
…
attach.test
…
auth.test
…
bigfile.test
…
bigrow.test
…
bind.test
…
btree2.test
…
btree3.test
…
btree3rb.test
…
btree4.test
…
btree4rb.test
…
btree.test
…
capi2.test
…
conflict.test
…
copy.test
…
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
…
delete.test
…
expr.test
…
fkey1.test
…
format3.test
…
func.test
…
hook.test
…
in.test
…
index.test
…
insert2.test
…
insert.test
…
intpkey.test
…
ioerr.test
…
join2.test
Add the ability to group FROM terms using parentheses. Names of columns in
2004-01-24 20:18:12 +00:00
join.test
…
limit.test
…
lock.test
…
main.test
…
malloc.test
…
memdb.test
…
memleak.test
…
minmax.test
Make sure min() and max() optimizations work for subqueries. Ticket
#587
. (CVS 1201)
2004-01-30 02:01:03 +00:00
misc1.test
…
misc2.test
…
misc3.test
Add test case for ticket
#601
. (CVS 1215)
2004-02-09 14:35:28 +00:00
misuse.test
…
notnull.test
…
null.test
…
pager.test
…
pragma.test
…
printf.test
Remove undocumented extensions from sqlite_mprintf() and friends in order to
2004-02-02 12:29:25 +00:00
progress.test
…
quick.test
…
quote.test
…
rowid.test
…
select1.test
…
select2.test
…
select3.test
…
select4.test
…
select5.test
…
select6.test
Add the ability to group FROM terms using parentheses. Names of columns in
2004-01-24 20:18:12 +00:00
sort.test
…
subselect.test
…
table.test
…
tableapi.test
Remove undocumented extensions from sqlite_mprintf() and friends in order to
2004-02-02 12:29:25 +00:00
tclsqlite.test
Fix the handling of -init option to the sqlite shell. Ticket
#568
.
2004-02-01 01:22:50 +00:00
temptable.test
…
tester.tcl
…
thread1.test
…
threadtest1.c
In test programs, an SQLITE_SCHEMA return is retried repeatedly, not just once. (CVS 1195)
2004-01-21 13:35:13 +00:00
threadtest2.c
…
trans.test
…
trigger1.test
…
trigger2.test
…
trigger3.test
…
trigger4.test
…
unique.test
…
update.test
…
vacuum.test
…
version.test
…
view.test
…
where.test
…