Bug fix: allow ROWID as a column in SELECT statements where the FROM clause

includes views which are flattened. (CVS 431)

FossilOrigin-Name: a3a360b308e45eaaf19efda80e30f2d420799cf2
This commit is contained in:
drh
2002-03-14 14:33:31 +00:00
parent 38b360bb80
commit 84e5920738
4 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -18,8 +18,8 @@ proc chng {date desc} {
}
chng {2002 Mar 13 (2.4.1)} {
<li>Using an unnamed subquery in a FROM clause would cause a segfault.</p>
<li>The parser insist on seeing a semicolon or the end of input before
<li>Using an unnamed subquery in a FROM clause would cause a segfault.</li>
<li>The parser now insists on seeing a semicolon or the end of input before
executing a statement. This avoids an accidental disaster if the
WHERE keyword is misspelled in an UPDATE or DELETE statement.</li>
}