mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Added the ability to say things like "SELECT rowid, * FROM table1;" (CVS 332)
FossilOrigin-Name: ffbdd43f5de62e7bf81631c83473aca29c3a6c98
This commit is contained in:
@ -17,6 +17,13 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2001 Dec 16 (2.1.8)} {
|
||||
<li>Added the ability to specify "*" as part of a larger column list in
|
||||
the result section of a SELECT statement. For example:
|
||||
<nobr>"<b>SELECT rowid, * FROM table1;</b>"</nobr>.</li>
|
||||
<li>Updates to comments and documentation.</li>
|
||||
}
|
||||
|
||||
chng {2001 Dec 14 (2.1.7)} {
|
||||
<li>Fix a bug in <b>CREATE TEMPORARY TABLE</b> which was causing the
|
||||
table to be initially allocated in the main database file instead
|
||||
|
Reference in New Issue
Block a user