Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the change summary for version 2.5.0 (CVS 626) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7a216adea5aa5a82718f8c85f8961ba3 |
User & Date: | drh 2002-06-17 17:15:47.000 |
Context
2002-06-17
| ||
17:26 | Version 2.5.0 (CVS 627) (check-in: 9baef3e240 user: drh tags: trunk) | |
17:15 | Update the change summary for version 2.5.0 (CVS 626) (check-in: 7a216adea5 user: drh tags: trunk) | |
17:07 | Add preliminary logic for the eventual move to having separate TEXT and NUMTEXT datatypes. Also change the version number to 2.5.0 in preparation for an interim release. (CVS 625) (check-in: 05783a9db5 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 May 09 (2.4.12)} { <li>Added logic to detect when the library API routines are called out of sequence.</li> } chng {2002 May 08 (2.4.11)} { | > > > > > > > > > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" 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> } chng {2002 May 08 (2.4.11)} { |
︙ | ︙ |