1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Update the change summary for version 2.5.0 (CVS 626)

FossilOrigin-Name: 7a216adea5aa5a82718f8c85f8961ba36ab51bb4
This commit is contained in:
drh
2002-06-17 17:15:46 +00:00
parent 8e2ca029a3
commit af33486ebb
3 changed files with 21 additions and 7 deletions

View File

@ -25,6 +25,20 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2002 Jun 17 (2.5.0)} {
<li>Added support for row triggers.</li>
<li>Added SQL-92 compliant handling of NULLs.</li>
<li>Add support for the full SQL-92 join syntax and LEFT OUTER JOINs.</li>
<li>Double-quoted strings interpreted as column names not text literals.</li>
<li>Parse (but do not implement) foreign keys.</li>
<li>Performance improvemenets in the parser, pager, and WHERE clause code
generator.</li>
<li>Make the LIMIT clause work on subqueries. (ORDER BY still does not
work, though.)</li>
<li>Added the "%Q" expansion to sqlite_*_printf().</li>
<li>Bug fixes too numerious to mention (see the change log).</li>
}
chng {2002 May 09 (2.4.12)} {
<li>Added logic to detect when the library API routines are called out
of sequence.</li>