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:
+2
-2
@@ -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>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user