.. |
all.test
|
Fix some memory leak problems with corrupt.test and auto-vacuum databases. (CVS 2226)
|
2005-01-17 07:53:44 +00:00 |
alter2.test
|
Disable the alter2 tests if there is a codec compiled into the library. (CVS 2370)
|
2005-03-10 12:52:47 +00:00 |
alter3.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
alter.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
attach2.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
attach3.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
attach.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
auth.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
autoinc.test
|
Do not record existance the sqlite_sequence table until it is actually
|
2005-06-14 02:12:46 +00:00 |
autovacuum_crash.test
|
Fixes so that compiling and testing works when SQLITE_OMIT_AUTOVACUUM is defined. (CVS 2218)
|
2005-01-16 09:06:33 +00:00 |
autovacuum_ioerr2.test
|
Update to test files to support builds with OMIT macros defined. (CVS 2289)
|
2005-01-29 09:14:05 +00:00 |
autovacuum_ioerr.test
|
Fixes so that compiling and testing works when SQLITE_OMIT_AUTOVACUUM is defined. (CVS 2218)
|
2005-01-16 09:06:33 +00:00 |
autovacuum.test
|
Fix a file corruption bug in CREATE INDEX in auto-vacuum databases. (CVS 2368)
|
2005-03-09 13:09:43 +00:00 |
bigfile.test
|
Begin adding the ability to remove unused features at compile-time and still
|
2004-10-30 20:23:09 +00:00 |
bigrow.test
|
Do not invoke the busy callback when trying to promote a lock from SHARED
|
2004-08-07 23:54:48 +00:00 |
bind.test
|
Allow parameters to be introduced by characters ':', '$' and '#'. This
|
2005-06-22 08:48:06 +00:00 |
bindxfer.test
|
Remove some vestigal code. Add the experimental sqlite3_transfer_bindings()
|
2005-04-22 02:38:37 +00:00 |
blob.test
|
More work on optionally removing unused features at compile-time. (CVS 2049)
|
2004-11-03 13:59:04 +00:00 |
btree2.test
|
Test cases to improve coverage of btree.c (and minor bugfixes). (CVS 2190)
|
2005-01-11 10:25:06 +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
|
All tests pass when SQLITE_OMIT_INTEGRITY_CHECK is defined. (CVS 2055)
|
2004-11-04 14:47:11 +00:00 |
btree.test
|
Test cases to improve coverage of btree.c (and minor bugfixes). (CVS 2190)
|
2005-01-11 10:25:06 +00:00 |
capi2.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
capi3.test
|
Return SQLITE_MISUSE when passing a NULL pointer into sqlite3_bind routines.
|
2005-06-06 17:54:55 +00:00 |
capi3b.test
|
More tests of sqlite3_step() and SQLITE_BUSY added. (CVS 1936)
|
2004-09-03 00:27:56 +00:00 |
cast.test
|
The TCL interface binds variables as BLOB only if they have a bytearray
|
2005-06-25 19:31:48 +00:00 |
collate1.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
collate2.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
collate3.test
|
Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286)
|
2005-01-29 08:32:43 +00:00 |
collate4.test
|
Make the ORDER BY clause return equal elements in the same order they were
|
2005-04-01 10:47:40 +00:00 |
collate5.test
|
Make the ORDER BY clause return equal elements in the same order they were
|
2005-04-01 10:47:40 +00:00 |
collate6.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
conflict.test
|
Add tests to make sure statement journals are only opened when necessary. (CVS 2500)
|
2005-06-07 02:12:30 +00:00 |
corrupt2.test
|
Test script changes: Bug fix and cleanup on ioerr tests. Also, don't use TCL "file copy" command on windows. (CVS 2264)
|
2005-01-22 03:39:39 +00:00 |
corrupt.test
|
Support for a future file format that includes 'short' records. (CVS 2351)
|
2005-02-19 08:18:05 +00:00 |
crash.test
|
Changes so that crash.test works when SQLITE_OMIT_PAGER_PRAGMAS is defined. (CVS 2242)
|
2005-01-20 05:24:32 +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
|
Allow the character "T" between date and time in ISO-8601 date/time formats.
|
2005-03-21 00:43:44 +00:00 |
delete2.test
|
Back out changes allowing writes to tables that have open cursors. (CVS 2134)
|
2004-11-22 10:02:21 +00:00 |
delete.test
|
Minor changes to help build and test SSE. (CVS 2487)
|
2005-05-27 09:41:12 +00:00 |
diskfull.test
|
Additional code to test the SQLITE_FULL return when the disk is full. (CVS 1994)
|
2004-10-01 14:38:02 +00:00 |
enc2.test
|
Fix an assertion fault that can occur while autovacuuming a corrupt database
|
2005-02-26 17:31:26 +00:00 |
enc3.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
enc.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
expr.test
|
Improve test coverage for minimum feature builds. (CVS 2254)
|
2005-01-21 11:55:25 +00:00 |
fkey1.test
|
Update tests to work even if some features of the library are disabled. (CVS 2050)
|
2004-11-03 16:27:01 +00:00 |
func.test
|
Remove the blob(), text() and numeric() functions added in (2524) and
|
2005-06-25 18:42:14 +00:00 |
hook.test
|
Improved test coverage of tclsqlite.c (CVS 1761)
|
2004-06-29 12:39:08 +00:00 |
in.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
index2.test
|
Fix some test scripts so that they work with a minimal build configuration. (CVS 2241)
|
2005-01-20 02:17:01 +00:00 |
index3.test
|
Make sure that when a CREATE INDEX fails, it does not leave a residue behind
|
2005-02-14 20:48:18 +00:00 |
index.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
insert2.test
|
Omit a couple of test cases if the library is compiled without subqueries. (CVS 2488)
|
2005-05-29 14:23:12 +00:00 |
insert3.test
|
Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286)
|
2005-01-29 08:32:43 +00:00 |
insert.test
|
Omit a couple of test cases if the library is compiled without subqueries. (CVS 2488)
|
2005-05-29 14:23:12 +00:00 |
interrupt.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
intpkey.test
|
Make sure integer primary keys larger than 2^31 are handled
|
2005-03-31 18:40:04 +00:00 |
ioerr.test
|
Disable the use of ./crashtest in builds that include a codec. (CVS 2371)
|
2005-03-10 12:58:21 +00:00 |
join2.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
join3.test
|
Continued refactoring of the name resolution logic and query optimizer. (CVS 2236)
|
2005-01-19 23:24:50 +00:00 |
join4.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
join.test
|
Avoid ambiguous column name errors when the column name is in the USING clause
|
2005-06-06 17:11:46 +00:00 |
journal1.test
|
Do not attempt to read the journal file on windows because manditory locking
|
2005-03-20 22:54:56 +00:00 |
lastinsert.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
laststmtchanges.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
limit.test
|
Allow expressions (including variables) in LIMIT and OFFSET clauses. Ticket #1096. (CVS 2316)
|
2005-02-05 12:48:48 +00:00 |
lock2.test
|
Ensure the test suite can run with either SQLITE_OMIT_AUTOVACUUM or SQLITE_DEFAULT_AUTOVACUUM=1 defined. (CVS 2087)
|
2004-11-10 15:27:38 +00:00 |
lock3.test
|
Add support for DEFERRED, IMMEDIATE, and EXCLUSIVE transactions. (CVS 2000)
|
2004-10-05 02:41:42 +00:00 |
lock.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
main.test
|
Fix an assertion fault that can occur while autovacuuming a corrupt database
|
2005-02-26 17:31:26 +00:00 |
malloc2.test
|
Fix a bug in the malloc2 tests introduced by checkin (2473). (CVS 2489)
|
2005-06-06 14:45:42 +00:00 |
malloc.test
|
Test script changes: Bug fix and cleanup on ioerr tests. Also, don't use TCL "file copy" command on windows. (CVS 2264)
|
2005-01-22 03:39:39 +00:00 |
memdb.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252)
|
2005-01-21 04:25:47 +00:00 |
memleak.test
|
Fix some memory leaks that can occur if a memory allocation fails. (CVS 2388)
|
2005-03-16 12:15:20 +00:00 |
minmax.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252)
|
2005-01-21 04:25:47 +00:00 |
misc1.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
misc2.test
|
Prevent a segfault described by ticket #1229. (CVS 2450)
|
2005-04-29 02:10:00 +00:00 |
misc3.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
misc4.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
misc5.test
|
Reference count Table structures so that they are not deallocated too soon.
|
2005-06-06 21:19:56 +00:00 |
misuse.test
|
Modifications and bugfixes so that the test suite passes with the TCL statement cache turned on. (CVS 2271)
|
2005-01-24 10:25:59 +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
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
pager2.test
|
Have tests pass when SQLITE_OMIT_MEMORYDB is defined. (CVS 2131)
|
2004-11-22 05:26:27 +00:00 |
pager3.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
pager.test
|
Test script changes: Bug fix and cleanup on ioerr tests. Also, don't use TCL "file copy" command on windows. (CVS 2264)
|
2005-01-22 03:39:39 +00:00 |
pagesize.test
|
Do not allow the pagesize of :memory: databases to be changed. Silently
|
2005-05-20 20:01:55 +00:00 |
pragma.test
|
The cache_size pragma should not reset the synchronous pragma. Ticket #1260. (CVS 2474)
|
2005-05-22 20:30:39 +00:00 |
printf.test
|
Trying to get some tests in printf.test to pass on 64-bit systems. (CVS 1952)
|
2004-09-09 00:35:29 +00:00 |
progress.test
|
Fix some test scripts so that they work with a minimal build configuration. (CVS 2241)
|
2005-01-20 02:17:01 +00:00 |
quick.test
|
Reduce the space allocated for the runtime virtual machine stack. (CVS 2428)
|
2005-03-29 08:26:13 +00:00 |
quote.test
|
Tcl interface transfers values directly between SQLite and Tcl_Objs, without
|
2004-08-20 18:34:20 +00:00 |
reindex.test
|
Have REINDEX handle missing collation sequences correctly. (CVS 2280)
|
2005-01-27 00:22:02 +00:00 |
rollback.test
|
Fix a test bug introduce with the previous commit. (CVS 2203)
|
2005-01-12 13:04:54 +00:00 |
rowid.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
safety.test
|
Improved test coverage for util.c. (CVS 2194)
|
2005-01-11 15:28:33 +00:00 |
schema.test
|
Modification to schema.test so that it works with SQLITE_OMIT_TRIGGER and SQLITE_OMIT_UTF16 defined. (CVS 2285)
|
2005-01-29 01:54:18 +00:00 |
select1.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252)
|
2005-01-21 04:25:47 +00:00 |
select2.test
|
Prevent collation sequences and user functions from being deleted or changed while SQL statements are executing. (CVS 2275)
|
2005-01-25 04:27:54 +00:00 |
select3.test
|
Make the ORDER BY clause return equal elements in the same order they were
|
2005-04-01 10:47:40 +00:00 |
select4.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (but no other OMIT macros) is defined. (CVS 2252)
|
2005-01-21 04:25:47 +00:00 |
select5.test
|
Allow GROUP BY on non-aggregate queries. Ticket #1064 (CVS 2276)
|
2005-01-26 03:58:35 +00:00 |
select6.test
|
Modify sub-query handling. Tickets #1083 and #1084. (CVS 2286)
|
2005-01-29 08:32:43 +00:00 |
select7.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
sort.test
|
Handle "rowid<=X ORDER BY rowid DESC" where X is an integer. Fix for ticket #1092. (CVS 2307)
|
2005-02-02 01:10:44 +00:00 |
subquery.test
|
Make sure that the use of a double-quoted string literal does not trick
|
2005-05-23 15:06:39 +00:00 |
subselect.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
table.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
tableapi.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
tclsqlite.test
|
In the TCL interface, user-defined functions preserve the datatype returned
|
2005-05-05 10:30:29 +00:00 |
temptable.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
tester.tcl
|
Add a -cleanup option to Tcl test proc do_ioerr_test. (CVS 2485)
|
2005-05-26 15:20:53 +00:00 |
thread1.test
|
Change the name of the TCL command from "sqlite" to "sqlite3" so that both
|
2004-06-19 00:16:31 +00:00 |
threadtest1.c
|
Bug-fixes to get the two threadtest C programs working again. (CVS 1756)
|
2004-06-29 07:45:33 +00:00 |
threadtest2.c
|
Bug-fixes to get the two threadtest C programs working again. (CVS 1756)
|
2004-06-29 07:45:33 +00:00 |
trace.test
|
Close stray statements prior to finishing trace.test, to avoid a file
|
2004-09-17 20:46:54 +00:00 |
trans.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
trigger1.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
trigger2.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
trigger3.test
|
Modify test suite to work when SQLITE_OMIT_VIEW is defined. (CVS 2132)
|
2004-11-22 08:43:32 +00:00 |
trigger4.test
|
Added tests to exercise delete, insert, and update triggers on views (tkt #1169) (CVS 2444)
|
2005-04-08 19:48:27 +00:00 |
trigger5.test
|
Insert #ifdefs that can optionally remove features at compiletime resulting
|
2004-10-31 02:22:47 +00:00 |
trigger6.test
|
Fix a datatype in trigger6.test that changed due to the previous check-in. (CVS 2454)
|
2005-05-05 11:04:50 +00:00 |
types2.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
types3.test
|
The TCL interface binds variables as BLOB only if they have a bytearray
|
2005-06-25 19:31:48 +00:00 |
types.test
|
The SQLITE_OMIT_UTF16 macro now removes lots of code and all tests still pass. (CVS 2100)
|
2004-11-14 21:56:29 +00:00 |
unique.test
|
NULL values in a row of a unique index cause the row to be distinct.
|
2005-06-24 03:53:06 +00:00 |
update.test
|
Modify test scripts to work when SQLITE_OMIT_SUBQUERY (along with other OMIT macros) is defined. (CVS 2251)
|
2005-01-21 03:12:14 +00:00 |
utf16.test
|
Use SQL function substr() correctly from ALTER TABLE code. Ticket #1182. (CVS 2420)
|
2005-03-28 00:07:16 +00:00 |
vacuum2.test
|
Get vacuum working on database that used to have autoincrement tables but
|
2005-02-16 03:27:04 +00:00 |
vacuum.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +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
|
Do not allow parameters in VIEW definitions. Ticket #1270. (CVS 2492)
|
2005-06-06 15:32:08 +00:00 |
where.test
|
Any non-zero value is considered TRUE in a WHERE clause. Ticket #1211. (CVS 2496)
|
2005-06-06 17:27:19 +00:00 |