sqlite/test
drh 1cc3d75f69 Fix a bug in subquery generation when the subquery is a compound select.
Also added new tests to cover this case. (CVS 435)

FossilOrigin-Name: aaf7fd4cef04d3d70a0444aad1b606bfc663c3e8
2002-03-23 00:31:29 +00:00
..
all.test Added the default_cache_size and default_synchronous pragmas. Added additional 2002-03-06 22:01:34 +00:00
bigrow.test
btree.test Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
btree2.test Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
btree3.test
conflict.test Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
copy.test Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
delete.test
expr.test Added implementations for sqliteOsEnterMutex() and sqliteOsLeaveMutex(). (CVS 348) 2002-01-15 18:39:43 +00:00
func.test Subquery flattening is implemented and passes all regression tests. 2002-03-02 17:04:07 +00:00
in.test Bug fix: The IN operator was not working if either side derived from 2002-01-28 15:53:03 +00:00
index.test
insert.test Change the name of the sanity_check PRAGMA to "integrity_check" and make 2002-02-19 13:39:21 +00:00
insert2.test Bug fixes and additional tests for the subquery flattener. (CVS 411) 2002-03-03 02:49:51 +00:00
intpkey.test New ROWIDs are numbered sequentially. (CVS 383) 2002-02-19 22:42:05 +00:00
ioerr.test
limit.test
lock.test
main.test
malloc.test
minmax.test New ROWIDs are numbered sequentially. (CVS 383) 2002-02-19 22:42:05 +00:00
misc1.test Fix bug in anonymous subquery in a join. Parser requires a semicolon or 2002-03-13 18:54:07 +00:00
notnull.test Change to five conflict resolution algorithms: ROLLBACK, ABORT, FAIL, 2002-01-31 15:54:21 +00:00
pager.test Get the ABORT conflict resolution algorithm working. (CVS 362) 2002-02-02 18:49:19 +00:00
pragma.test Added the default_cache_size and default_synchronous pragmas. Added additional 2002-03-06 22:01:34 +00:00
printf.test
quick.test
quote.test
rowid.test New ROWIDs are numbered sequentially. (CVS 383) 2002-02-19 22:42:05 +00:00
select1.test Subquery flattening is implemented and passes all regression tests. 2002-03-02 17:04:07 +00:00
select2.test
select3.test Constant ORDER BY or GROUP BY expressions are an error. (CVS 352) 2002-01-22 14:11:29 +00:00
select4.test
select5.test
select6.test Fix a bug in subquery generation when the subquery is a compound select. 2002-03-23 00:31:29 +00:00
sort.test Constant ORDER BY or GROUP BY expressions are an error. (CVS 352) 2002-01-22 14:11:29 +00:00
subselect.test
table.test Change the SQLITE_MASTER format to version 2 in preparation for adding views. (CVS 386) 2002-02-21 12:01:27 +00:00
tableapi.test
tclsqlite.test Added the last_insert_rowid API function. Improved documentation of 2002-01-16 21:00:27 +00:00
temptable.test Fix a problem with the way temporary tables mask permanent tables. (CVS 345) 2002-01-10 14:31:48 +00:00
tester.tcl Added the default_cache_size and default_synchronous pragmas. Added additional 2002-03-06 22:01:34 +00:00
trans.test Preparing for the 2.4.0 release. (CVS 426) 2002-03-11 02:06:13 +00:00
unique.test
update.test
vacuum.test Bug fixes and additional tests for the subquery flattener. (CVS 411) 2002-03-03 02:49:51 +00:00
view.test More bugs fixed for views. (CVS 416) 2002-03-03 23:06:00 +00:00
where.test