mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix for bug #2: Add support for TABLE.* in SELECT statements. (CVS 518)
FossilOrigin-Name: c2320eabfe44d6eb05c02b76547e5bd48a29943c
This commit is contained in:
@ -25,6 +25,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 Apr 03 (2.4.7)} {
|
||||
<li>Add the ability to put TABLE.* in the column list of a
|
||||
SELECT statement.</li>
|
||||
}
|
||||
|
||||
chng {2002 Apr 02 (2.4.6)} {
|
||||
<li>Bug fix: Correctly handle terms in the WHERE clause of a join that
|
||||
do not contain a comparison operator.</li>
|
||||
|
Reference in New Issue
Block a user