.. |
aggerror.test
|
Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
|
2006-01-23 07:52:37 +00:00 |
all.test
|
Fix compilation errors when building SQLITE_DEBUG defined but without SQLITE_MEMDEBUG. (CVS 2964)
|
2006-01-17 15:36:32 +00:00 |
alter2.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
alter3.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
alter.test
|
Correctly handle COLLATE clauses in tables being modified by an
|
2006-02-09 02:56:02 +00:00 |
altermalloc.test
|
Disable malloc tests when not compiled with SQLITE_DEBUG. (CVS 2608)
|
2005-08-21 18:21:50 +00:00 |
analyze.test
|
The shell does not output the sqlite_stat1 table on .dump or .schema.
|
2005-09-10 22:40:53 +00:00 |
async.test
|
Reinstate the asynchronous I/O demonstration code and tests with minor
|
2006-01-09 17:29:52 +00:00 |
attach2.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
attach3.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
attach.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
attachmalloc.test
|
Disable malloc tests when not compiled with SQLITE_DEBUG. (CVS 2608)
|
2005-08-21 18:21:50 +00:00 |
auth.test
|
Authorization callback on the ALTER TABLE ADD COLUMN command.
|
2006-01-31 14:28:44 +00:00 |
autoinc.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +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
|
Run the tests in shared.test a second time using an autovacuum database. (CVS 2957)
|
2006-01-16 12:46:41 +00:00 |
autovacuum.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
avtrans.test
|
Progress toward getting SQLITE_OMIT_FLOATING_POINT to pass all tests.
|
2006-01-23 21:37:32 +00:00 |
between.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
bigfile.test
|
If SQLITE_DISABLE_LFS is defined, omit the bigfile tests. (CVS 2781)
|
2005-11-25 09:01:23 +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
|
Bug fix in cases where a compound select has an ORDER BY clause with
|
2006-01-23 18:42:21 +00:00 |
bindxfer.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
blob.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +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 |
btree8.test
|
Fix a bug in the btree balancer. ticket #1346. (CVS 2573)
|
2005-08-02 17:13:09 +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 |
busy.test
|
Fix up the busy test so that it can be run multiple times in a row without
|
2005-09-17 18:02:36 +00:00 |
capi2.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
capi3.test
|
Make sure the 3rd parameter to sqlite3_prepare() is honored. Ticket #1650. (CVS 3040)
|
2006-01-30 22:35:43 +00:00 |
capi3b.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
cast.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
check.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
collate1.test
|
Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are now
|
2005-11-01 15:48:24 +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
|
Optimizations and refinements. Improvements to test coverage. (CVS 2667)
|
2005-09-08 01:58:42 +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
|
More bug fixes. But there are still tests that fail. (CVS 2664)
|
2005-09-07 22:48:16 +00:00 |
collate6.test
|
All tests pass even if OMIT_TRIGGER is defined. (CVS 2053)
|
2004-11-04 04:42:28 +00:00 |
colmeta.test
|
Add the sqlite3_table_column_meta() API. (CVS 3062)
|
2006-02-09 13:43:28 +00:00 |
conflict.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +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
|
Change the OS interface layer to use traditional direct function call
|
2006-01-06 14:32:19 +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
|
Fix timezone parsing in the date/time functions. Ticket #1587. (CVS 2891)
|
2006-01-09 00:18:02 +00:00 |
default.test
|
Increased test coverage. Some malloc tests now fail though this is believed
|
2005-08-20 03:03:04 +00:00 |
delete2.test
|
Add the shared schema/pager modifications. Very few tests so far. (CVS 2859)
|
2006-01-05 11:34:32 +00:00 |
delete3.test
|
Fix a bug in DELETE that might cause a segfault when deleting more
|
2005-08-24 16:13:51 +00:00 |
delete.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
descidx1.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
descidx2.test
|
Add serial-types 8 and 9 for integer constants of 0 and 1 that use zero
|
2005-12-29 19:23:06 +00:00 |
descidx3.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
diskfull.test
|
Enhanced disk-full tests. (CVS 2682)
|
2005-09-09 10:46:19 +00:00 |
distinctagg.test
|
Bug fix in the new COUNT(DISTINCT) logic. Ticket #1420. (CVS 2689)
|
2005-09-12 23:03:16 +00:00 |
enc2.test
|
Changes to the enc2.test script so that it will run on windows. (CVS 3004)
|
2006-01-23 15:59:55 +00:00 |
enc3.test
|
Automatically cast BLOBs to strings prior to handing them over to
|
2006-01-12 19:42:41 +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
|
Fix more problems with malloc() and IO failures. (CVS 2985)
|
2006-01-21 12:08:54 +00:00 |
fkey1.test
|
Increased test coverage. Some malloc tests now fail though this is believed
|
2005-08-20 03:03:04 +00:00 |
format4.test
|
Enable async testing. Modify the OS layer interface. Add the sqlite3_aux.h include file. Add tests for boolean value representation in file format 4. (CVS 2866)
|
2006-01-06 03:29:56 +00:00 |
func.test
|
Avoid overflowing the 48-bit mantissa of a floating point number when
|
2006-02-09 13:38:19 +00:00 |
hook.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
in.test
|
Fix bug with CHECK constraints contain an IN operator. Ticket #1645. (CVS 3035)
|
2006-01-30 14:36:59 +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
|
Increased test coverage. Some malloc tests now fail though this is believed
|
2005-08-20 03:03:04 +00:00 |
index.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
insert2.test
|
Fix an assert or memory leak that occurs when trying to EXPLAIN a statement
|
2005-10-05 11:35:09 +00:00 |
insert3.test
|
Bug fix in cases where a compound select has an ORDER BY clause with
|
2006-01-23 18:42:21 +00:00 |
insert.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
interrupt.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
intpkey.test
|
Add comments to test cases. Improvements to the query plan test variable. (CVS 2555)
|
2005-07-21 03:48:20 +00:00 |
ioerr.test
|
Return code was being dropped because of overridden variable in OP_IsUnique. Fix this and the test logic problem that hid it. (CVS 3025)
|
2006-01-24 13:09:33 +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 |
join5.test
|
ON-clause terms in a LEFT JOIN that restrict only the left table, should not
|
2005-09-19 21:05:48 +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
|
Preserve 64-bit last insert rowids across triggers. (CVS 2779)
|
2005-11-25 02:43:50 +00:00 |
laststmtchanges.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
like.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
limit.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
lock2.test
|
Fix a bug in the lock2 test script introduced by check-in (2709) (CVS 2711)
|
2005-09-17 16:48:18 +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
|
Create separate affinities for INTEGER and REAL. (CVS 2766)
|
2005-11-14 22:29:05 +00:00 |
malloc2.test
|
Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800)
|
2005-12-06 12:52:59 +00:00 |
malloc3.test
|
Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
|
2006-01-23 07:52:37 +00:00 |
malloc4.test
|
Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
|
2006-01-23 07:52:37 +00:00 |
malloc5.test
|
Account for read-uncommitted cursors in sqlite3BtreeClearTable(). (CVS 2977)
|
2006-01-19 08:43:31 +00:00 |
malloc.test
|
General test coverage improvements. (CVS 3022)
|
2006-01-24 10:58:21 +00:00 |
manydb.test
|
Prepare for the release of version 3.3.0. (CVS 2913)
|
2006-01-11 01:08:34 +00:00 |
memdb.test
|
Memory DB works with autovacuum. (CVS 3041)
|
2006-01-30 22:48:44 +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
|
A SUM() of all NULLs returns NULL. A SUM() of nothing return 0.
|
2005-09-08 19:45:57 +00:00 |
misc1.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
misc2.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +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
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
misc5.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
misuse.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
notnull.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
null.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +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
|
Further coverage improvements for pager.c and another IO error bug fix. (CVS 3001)
|
2006-01-23 15:25:48 +00:00 |
pagesize.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
pragma.test
|
Back out check-in (3058) - it breaks too much application code. (CVS 3063)
|
2006-02-09 16:52:23 +00:00 |
printf.test
|
Changes to reduce the amount of stack space required. (CVS 2661)
|
2005-09-06 21:40:45 +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
|
Handle some of the IO error conditions that may occur in a shared-cache context. (CVS 2980)
|
2006-01-20 10:55:05 +00:00 |
quote.test
|
Omit the SQLITE_AFF_INTEGER type affinity. All numeric values are now
|
2005-11-01 15:48:24 +00:00 |
reindex.test
|
Have REINDEX handle missing collation sequences correctly. (CVS 2280)
|
2005-01-27 00:22:02 +00:00 |
rollback.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +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
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
schema.test
|
Some elements of the new malloc() failure handling. Not all cases work properly yet. Also, library is not threadsafe if malloc() fails right now. (CVS 2800)
|
2005-12-06 12:52:59 +00:00 |
select1.test
|
Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943)
|
2006-01-14 08:02:28 +00:00 |
select2.test
|
In where.c, split out the code that selects an index into a separate
|
2005-07-21 03:14:59 +00:00 |
select3.test
|
Create separate affinities for INTEGER and REAL. (CVS 2766)
|
2005-11-14 22:29:05 +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
|
Fix more problems with malloc() and IO failures. (CVS 2985)
|
2006-01-21 12:08:54 +00:00 |
select6.test
|
Fixes for OMIT_UTF16 and OMIT_COMPOUND (CVS 2993)
|
2006-01-23 07:52:37 +00:00 |
select7.test
|
Add the SQLITE_OMIT_TEMPDB compile time macro. (CVS 2427)
|
2005-03-29 03:10:59 +00:00 |
server1.test
|
Documentation updates. Fix to date.c. But most importantly: database
|
2006-01-15 00:13:15 +00:00 |
shared2.test
|
Add omittest.tcl script to automate testing compile-time OMIT symbols. (CVS 3031)
|
2006-01-26 13:11:36 +00:00 |
shared_err.test
|
Handle errors in saving cursor positions during a rollback by aborting all active statements. (CVS 3027)
|
2006-01-24 16:37:57 +00:00 |
shared.test
|
Fix the shared pager tests so that they work under windows. (CVS 3013)
|
2006-01-23 21:38:03 +00:00 |
sort.test
|
Create separate affinities for INTEGER and REAL. (CVS 2766)
|
2005-11-14 22:29:05 +00:00 |
subquery.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
subselect.test
|
The SUM() aggregate function returns an integer result if all inputs are
|
2005-09-08 10:37:01 +00:00 |
sync.test
|
Fix an problem in the test scripts that was show false failures under
|
2006-01-31 15:19:45 +00:00 |
table.test
|
Bug fix in the IF NOT EXISTS logic. (CVS 2858)
|
2006-01-04 21:40:06 +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
|
Back out check-in (3058) - it breaks too much application code. (CVS 3063)
|
2006-02-09 16:52:23 +00:00 |
temptable.test
|
More test script changes to get it to run without -DSQLITE_MEMDEBUG. (CVS 3018)
|
2006-01-24 00:15:15 +00:00 |
tester.tcl
|
Return code was being dropped because of overridden variable in OP_IsUnique. Fix this and the test logic problem that hid it. (CVS 3025)
|
2006-01-24 13:09:33 +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 |
thread2.test
|
Omit thread2.test if memory-management is enabled at compile time. (CVS 2975)
|
2006-01-18 18:33:42 +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 |
tkt1435.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1443.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1444.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1449.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1473.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1501.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1512.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
tkt1514.test
|
Do not allow aggregate functions in a WHERE clause. Ticket #1514. (CVS 2769)
|
2005-11-16 12:53:15 +00:00 |
tkt1536.test
|
Fix incorrect type conversions when copying from a table into itself.
|
2005-11-24 13:15:32 +00:00 |
tkt1537.test
|
Fixes for OMIT_SUBQUERY builds: Disable where clause OR->IN optimization. Include EXISTS keyword (for new CREATE TABLE syntax). Test file fixes. (CVS 2943)
|
2006-01-14 08:02:28 +00:00 |
tkt1567.test
|
Tentative fix for ticket #1567: disable the sqlite3pager_dont_write()
|
2005-12-19 16:15:31 +00:00 |
tkt1644.test
|
Add a couple of extra test cases for #1644. (CVS 3037)
|
2006-01-30 15:41:53 +00:00 |
trace.test
|
The sqlite TCL command no longer returns the hex address of the sqlite3*
|
2006-01-03 00:33:50 +00:00 |
trans.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
trigger1.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
trigger2.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +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
|
Report an error if the input SQL contains an unterminated string.
|
2005-10-23 11:29:40 +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 |
trigger7.test
|
Increased test coverage on trigger.c and printf.c. (CVS 2601)
|
2005-08-19 02:26:27 +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
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
types.test
|
Fix bugs in test scripts that came of of sse testing. (CVS 2879)
|
2006-01-06 22:11:20 +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
|
Added database server example code (untested). Fixed serveral bugs including
|
2006-01-09 23:40:25 +00:00 |
vacuum2.test
|
Test file fixes for libaries compiled with various SQLITE_OMIT_ macros. (CVS 2961)
|
2006-01-16 16:24:25 +00:00 |
vacuum.test
|
Fix bugs caused by assuming that shared-schemas are initialized. (CVS 2917)
|
2006-01-11 14:09:31 +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
|
Detect circularly defined views and issue an error message. Ticket #1658. (CVS 3055)
|
2006-02-05 18:55:20 +00:00 |
where2.test
|
Test suite fixes for builds that define OMIT symbols. (CVS 2962)
|
2006-01-17 09:35:01 +00:00 |
where3.test
|
In joins of the form: "A, B left C" make sure that the reordering optimization
|
2006-02-01 02:45:02 +00:00 |
where.test
|
Create separate affinities for INTEGER and REAL. (CVS 2766)
|
2005-11-14 22:29:05 +00:00 |