1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Additional tests for the sub-query feature. (CVS 375)

FossilOrigin-Name: a0019fce701fc858134f0a33bda9a511e41a09f8
This commit is contained in:
drh
2002-02-18 13:35:33 +00:00
parent 5ae7af7cc2
commit cf9095061c
4 changed files with 147 additions and 32 deletions

View File

@@ -20,7 +20,9 @@ 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>
<li>Added support for sub-queries in the FROM clause of a SELECT.</li>
<li>More efficient implementation of sqliteFileExists() under Windows.
(by Joel Luscy)</li>
}
chng {2002 Feb 14 (2.3.2)} {