1
0
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:
drh
2002-04-06 14:10:47 +00:00
parent bf3a4fa4cb
commit 6ed41ad735
6 changed files with 39 additions and 14 deletions

View File

@ -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)} {