Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Increase the version number and update the change log in preparation for the 2.4.11 release. (CVS 554) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f6e406aa0422d9b5a3cfe89b0d38def5 |
User & Date: | drh 2002-05-08 11:57:10.000 |
Context
2002-05-08
| ||
12:03 | Version 2.4.11 (CVS 555) (check-in: b13151794b user: drh tags: trunk) | |
11:57 | Increase the version number and update the change log in preparation for the 2.4.11 release. (CVS 554) (check-in: f6e406aa04 user: drh tags: trunk) | |
11:54 | Fix for tickets #32 and #33: Generate the names of the result set early, before doing the flattening optimization or evaluating subqueries. Otherwise, the result set column names are generated incorrectly or after they are needed. (CVS 553) (check-in: 08f27cb368 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.4.11 |
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 02 (2.4.10)} { <li>Bug fix: Generate correct column headers when a compound SELECT is used as a subquery.</li> <li>Added the sqlite_encode_binary() and sqlite_decode_binary() functions to the source tree. But they are not yet linked into the library.</li> <li>Documentation updates.</li> | > > > > > > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 May 08 (2.4.11)} { <li>Bug fix: Column names in the result set were not being generated correctly for some (rather complex) VIEWs. This could cause a segfault under certain circumstances.</li> } chng {2002 May 02 (2.4.10)} { <li>Bug fix: Generate correct column headers when a compound SELECT is used as a subquery.</li> <li>Added the sqlite_encode_binary() and sqlite_decode_binary() functions to the source tree. But they are not yet linked into the library.</li> <li>Documentation updates.</li> |
︙ | ︙ |