mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Added the last_insert_rowid() SQL function. (CVS 521)
FossilOrigin-Name: 6aca3f86bc08849e9d806fdd490f98e4daf71025
This commit is contained in:
@ -25,10 +25,11 @@ proc chng {date desc} {
|
||||
puts "<DD><P><UL>$desc</UL></P></DD>"
|
||||
}
|
||||
|
||||
chng {2002 Apr 03 (2.4.7)} {
|
||||
chng {2002 Apr 06 (2.4.7)} {
|
||||
<li>Add the ability to put TABLE.* in the column list of a
|
||||
SELECT statement.</li>
|
||||
<li>Permit SELECT statements without a FROM clause.</li>
|
||||
<li>Added the <b>last_insert_rowid()</b> SQL function.</li>
|
||||
}
|
||||
|
||||
chng {2002 Apr 02 (2.4.6)} {
|
||||
|
Reference in New Issue
Block a user