1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +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

@ -20,6 +20,7 @@ proc chng {date desc} {
chng {2002 Feb * (2.3.3)} {
<li>Allow identifiers to be quoted in square brackets, for compatibility
with MS-Access.</li>
<li>Added support for sub-queries in the FROM clause of a SELECT</li>
}
chng {2002 Feb 14 (2.3.2)} {