.. |
all.test
|
Added test code to check for file descriptor leaks. All regression tests pass
|
2003-02-16 22:21:32 +00:00 |
attach2.test
|
Bugfix for previous checkin. (CVS 1587)
|
2004-06-14 09:41:17 +00:00 |
attach3.test
|
Add pragma to set/get text encoding. Also fix an obscure problem where a
|
2004-06-07 07:52:17 +00:00 |
attach.test
|
Start all transactions and verify all schema cookies near the beginning of
|
2004-06-09 00:48:12 +00:00 |
auth.test
|
Fix a bug in the auth.test script. (CVS 1590)
|
2004-06-14 11:54:18 +00:00 |
bigfile.test
|
os_win.c is now working with the new locking protocol. (CVS 1581)
|
2004-06-13 23:07:04 +00:00 |
bigrow.test
|
Fix comparison functions so that they are consistent with the order
|
2001-11-24 00:31:46 +00:00 |
bind.test
|
Various bugfixes. 68 Test cases still fail. (CVS 1471)
|
2004-05-27 09:28:41 +00:00 |
blob.test
|
Test sqlite3_bind_blob(). (CVS 1475)
|
2004-05-27 13:55:27 +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 |
btree7.test
|
Critical bugs fixed in btree.c. Incompatible file format change. Unrelated
|
2004-06-05 00:01:44 +00:00 |
btree.test
|
Remove the second definition of SQLITE_N_BTREE_META from test3.c. (CVS 1609)
|
2004-06-17 00:01:21 +00:00 |
capi2.test
|
(1) Vdbe makes a copy of column types. (2) Don't invalidate other cursors
|
2004-06-15 02:44:18 +00:00 |
capi3.test
|
Fix a bug in the sqlite3_column_decltype() API. (CVS 1486)
|
2004-05-28 13:13:02 +00:00 |
collate1.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
collate2.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
collate3.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
collate4.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
collate5.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
collate6.test
|
Fix various collation sequence issues. (CVS 1568)
|
2004-06-11 10:51:27 +00:00 |
conflict.test
|
Remove the <ON CONFLICT> clause from BEGIN (CVS 1501)
|
2004-05-31 08:55:33 +00:00 |
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
|
One more fix to the new HH:MM:SS modifier. This time add some test
|
2004-02-29 01:08:17 +00:00 |
delete.test
|
Misc fixes for test cases failing due to the new locking model. (CVS 1561)
|
2004-06-10 05:59:24 +00:00 |
enc2.test
|
Fix a couple of gcc warnings. (CVS 1615)
|
2004-06-18 06:02:35 +00:00 |
enc.test
|
Optimisation for unicode encoding conversion routines. (CVS 1614)
|
2004-06-18 04:24:54 +00:00 |
expr.test
|
Use the faster LIKE function from sqlite v2. Add special user functions to
|
2004-06-17 05:36:44 +00:00 |
fkey1.test
|
Add the sqliteBtreePrevious() routine to the BTree module API. This is
|
2002-12-04 13:40:25 +00:00 |
func.test
|
Use the faster LIKE function from sqlite v2. Add special user functions to
|
2004-06-17 05:36:44 +00:00 |
hook.test
|
Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500)
|
2004-05-31 08:26:49 +00:00 |
in.test
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
index.test
|
Handle conflicting ON CONFLICT clauses in table definitions. (CVS 1611)
|
2004-06-17 06:13:34 +00:00 |
insert2.test
|
Enhance the INTEGRITY_CHECK pragma to test the auxiliary database file in
|
2002-06-25 13:16:02 +00:00 |
insert.test
|
Manifest types in indices. At the moment indices use manifest typing, but
|
2004-05-13 05:16:15 +00:00 |
interrupt.test
|
Fix a memory leak that occurs if you call sqlite_interrupt() on a query
|
2004-02-18 16:57:23 +00:00 |
intpkey.test
|
(1) Modifications to the user-function interface and (2) Internal changes
|
2004-06-12 09:25:12 +00:00 |
ioerr.test
|
Minor bugfixes and test case adjustments for version 2 test cases to work
|
2004-06-15 11:40:04 +00:00 |
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
|
Remove support for the Oracle8 outer join syntax. (CVS 1106)
|
2003-09-27 13:39:38 +00:00 |
lastinsert.test
|
Fixed behaviour of last_insert_rowid() with triggers and add last_statement_change_count() function that works correctly with triggers. (CVS 1252)
|
2004-02-20 22:54:25 +00:00 |
laststmtchanges.test
|
Fixed behaviour of last_insert_rowid() with triggers and add last_statement_change_count() function that works correctly with triggers. (CVS 1252)
|
2004-02-20 22:54:25 +00:00 |
limit.test
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
lock.test
|
Check the value of the schema cookie before reading the sqlite_master table. (CVS 1585)
|
2004-06-14 08:26:35 +00:00 |
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
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
memdb.test
|
Minor bugfixes and test case adjustments for version 2 test cases to work
|
2004-06-15 11:40:04 +00:00 |
memleak.test
|
Add hooks on each attached database connection for storing auxiliary
|
2004-02-12 18:46:38 +00:00 |
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
|
Misc fixes for test cases failing due to the new locking model. (CVS 1561)
|
2004-06-10 05:59:24 +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 the misc3.test test file. (CVS 1415)
|
2004-05-20 03:30:10 +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
|
Better error messages on constraint violations. Additional tests and bug fixes
|
2003-01-29 18:46:51 +00:00 |
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 |
pager2.test
|
Turn on the atomic multifile commit logic. It does not work right yet, but
|
2004-06-09 20:03:08 +00:00 |
pager.test
|
Change tests in pager.test to account for the extra cache hit in the code
|
2004-06-14 06:13:06 +00:00 |
pragma.test
|
Remove the show_datatypes pragma. (CVS 1461)
|
2004-05-26 06:58:43 +00:00 |
printf.test
|
Update some old tests to use the new API. (CVS 1593)
|
2004-06-14 23:46:47 +00:00 |
progress.test
|
Replace OP_Begin, OP_Commit and OP_Rollback with OP_AutoCommit. (CVS 1500)
|
2004-05-31 08:26:49 +00:00 |
quick.test
|
Minor bugfixes and test case adjustments for version 2 test cases to work
|
2004-06-15 11:40:04 +00:00 |
quote.test
|
Double-quoted strings resolve to column names if possible. Single-quoted
|
2002-05-21 13:43:04 +00:00 |
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
|
Allow CREATE TABLE and CREATE INDEX on attached databases. (CVS 1483)
|
2004-05-28 11:37:27 +00:00 |
select2.test
|
Allow CREATE TABLE and CREATE INDEX on attached databases. (CVS 1483)
|
2004-05-28 11:37:27 +00:00 |
select3.test
|
Have the vdbe aggregator use a btree table instead of a hash table. (CVS 1569)
|
2004-06-11 13:19:21 +00:00 |
select4.test
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
select5.test
|
Remove the COPY command. (CVS 1477)
|
2004-05-27 17:22:54 +00:00 |
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
|
Some progress on user-defined collation sequences. (CVS 1544)
|
2004-06-09 09:55:16 +00:00 |
subselect.test
|
Fix for ticket #102: Honor the ORDER BY clause in subqueries. (CVS 677)
|
2002-07-15 18:55:24 +00:00 |
table.test
|
(1) Modifications to the user-function interface and (2) Internal changes
|
2004-06-12 09:25:12 +00:00 |
tableapi.test
|
Update some old tests to use the new API. (CVS 1593)
|
2004-06-14 23:46:47 +00:00 |
tclsqlite.test
|
Add the sqlite3_collation_needed() API and fix some error handling cases
|
2004-06-10 10:51:47 +00:00 |
temptable.test
|
Check the value of the schema cookie before reading the sqlite_master table. (CVS 1585)
|
2004-06-14 08:26:35 +00:00 |
tester.tcl
|
(1) Vdbe makes a copy of column types. (2) Don't invalidate other cursors
|
2004-06-15 02:44:18 +00:00 |
thread1.test
|
Check the value of the schema cookie before reading the sqlite_master table. (CVS 1585)
|
2004-06-14 08:26:35 +00:00 |
threadtest1.c
|
Change prototype for busy callbacks to "int xBusy(void *, int);" (CVS 1573)
|
2004-06-12 01:43:26 +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
|
Tests in lock.test no conform to the new locking scheme. (CVS 1557)
|
2004-06-10 01:08:06 +00:00 |
trigger1.test
|
Allow CREATE and DROP TRIGGER on attached databases. (CVS 1488)
|
2004-05-29 02:37:19 +00:00 |
trigger2.test
|
Disallow temporary indices on persistent tables. (CVS 1122)
|
2003-11-27 00:48:57 +00:00 |
trigger3.test
|
When in PAGER_RESERVED state, don't write to the main file when rolling
|
2004-06-10 04:32:16 +00:00 |
trigger4.test
|
Enhance the "PRAGMA integrity_check" command to verify that all indices are
|
2003-06-15 23:42:24 +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 |
types.test
|
Change the record format to include an extra varint at the beginning to record the number of bytes in the header. (CVS 1478)
|
2004-05-27 19:59:32 +00:00 |
unique.test
|
Provide a more informative error message when a uniqueness constraint
|
2003-08-05 13:13:38 +00:00 |
update.test
|
Perform updates in search order. Ticket #602. (CVS 1221)
|
2004-02-10 13:41:52 +00:00 |
vacuum.test
|
Ensure vacuum handles table names with spaces in them. (CVS 1491)
|
2004-05-29 10:43:06 +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 |
view.test
|
Tighter binding of views, triggers, and indices to their respective
|
2003-05-31 16:21:12 +00:00 |
where.test
|
Eliminate the OP_SortMakeRec and OP_SortCallback opcodes. Sort using the
|
2004-05-21 03:01:58 +00:00 |