1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Allow general expressions in the VALUES clause of an INSERT statement. (CVS 376)

FossilOrigin-Name: ec1f3fae6f8cd8466892cd370e1802e492a76e6e
This commit is contained in:
drh
2002-02-18 13:56:36 +00:00
parent cf9095061c
commit e64e7b203e
6 changed files with 57 additions and 31 deletions

View File

@@ -23,6 +23,8 @@ chng {2002 Feb * (2.3.3)} {
<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>
<li>The VALUES clause of an INSERT can now contain expressions, including
scalar SELECT clauses.</li>
}
chng {2002 Feb 14 (2.3.2)} {