mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix a bug in subquery generation when the subquery is a compound select.
Also added new tests to cover this case. (CVS 435) FossilOrigin-Name: aaf7fd4cef04d3d70a0444aad1b606bfc663c3e8
This commit is contained in:
@ -17,6 +17,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 Mar 122 (2.4.3)} {
|
||||
<li>Fix a bug in SELECT that occurs when a compound SELECT is used as a
|
||||
subquery in the FROM of a SELECT.</li>
|
||||
}
|
||||
|
||||
chng {2002 Mar 14 (2.4.2)} {
|
||||
<li>Bug fix: Fix an assertion failure that occurred when ROWID was a column
|
||||
in a SELECT statement on a view.</li>
|
||||
|
Reference in New Issue
Block a user