1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Add support for subqueries in the FROM clause of a SELECT. Still need

to add tests for this feature. (CVS 372)

FossilOrigin-Name: 89ffa9ff132858b62a91df1fb7fe49b2d58c01e7
This commit is contained in:
drh
2002-02-18 01:17:00 +00:00
parent 1d83f05257
commit 22f70c32f0
8 changed files with 189 additions and 60 deletions

View File

@ -10,7 +10,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: all.test,v 1.11 2001/10/22 02:58:11 drh Exp $
# $Id: all.test,v 1.12 2002/02/18 01:17:00 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -33,6 +33,7 @@ set EXCLUDE {
all.test
quick.test
malloc.test
btree2.test
}
for {set Counter 0} {$Counter<$COUNT && $nErr==0} {incr Counter} {