Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Final changes before 2.3.3 (CVS 380) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a53de7625ac300ba3e61eed2e983010d |
User & Date: | drh 2002-02-19 00:15:12.000 |
Context
2002-02-19
| ||
00:30 | Version 2.3.3 (CVS 444) (check-in: 72c5a92aa6 user: drh tags: trunk) | |
00:15 | Final changes before 2.3.3 (CVS 380) (check-in: a53de7625a user: drh tags: trunk) | |
2002-02-18
| ||
22:50 | Added a C wrapper program to test threading under Unix. (CVS 379) (check-in: 8d5634a447 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
13 14 15 16 17 18 19 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } | | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Feb 18 (2.3.3)} { <li>Allow identifiers to be quoted in square brackets, for compatibility with MS-Access.</li> <li>Added support for sub-queries in the FROM clause of a SELECT.</li> <li>More efficient implementation of sqliteFileExists() under Windows. (by Joel Luscy)</li> <li>The VALUES clause of an INSERT can now contain expressions, including scalar SELECT clauses.</li> |
︙ | ︙ |