Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bump the version number prior to the release of version 2.7.3. (CVS 773) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
bc7c7d87e550c786d5bdb4169a0ad75d |
User & Date: | drh 2002-10-30 23:04:27.000 |
Context
2002-10-31
| ||
00:09 | Fix an assert that might fail if malloc() fails. (CVS 774) (check-in: 8ad018944c user: drh tags: trunk) | |
2002-10-30
| ||
23:04 | Bump the version number prior to the release of version 2.7.3. (CVS 773) (check-in: bc7c7d87e5 user: drh tags: trunk) | |
22:42 | In the VDBE, check to make sure a set has been initialized before using it. Ticket #185. (CVS 772) (check-in: 8c4cbdd055 user: drh tags: trunk) | |
Changes
Changes to VERSION.
|
| | | 1 | 2.7.3 |
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 Sep 25 (2.7.2)} { <li>Prevent journal file overflows on huge transactions.</li> <li>Fix a memory leak that occurred when sqlite_open() failed.</li> <li>Honor the ORDER BY and LIMIT clause of a SELECT even if the result set is used for an INSERT.</li> <li>Do not put write locks on the file used to hold TEMP tables.</li> | > > > > > > > > > > > | 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 | } proc chng {date desc} { puts "<DT><B>$date</B></DT>" puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2002 Oct 30 (2.7.3)} { <li>Various compiler compatibility fixes.</li> <li>Fix a bug in the "expr IN ()" operator.</li> <li>Accept column names in parentheses.</li> <li>Fix a problem with string memory management in the VDBE</li> <li>Fix a bug in the "table_info" pragma"</li> <li>Export the sqlite_function_type() API function in the Windows DLL</li> <li>Fix locking behavior under windows</li> <li>Fix a bug in LEFT OUTER JOIN</li> } chng {2002 Sep 25 (2.7.2)} { <li>Prevent journal file overflows on huge transactions.</li> <li>Fix a memory leak that occurred when sqlite_open() failed.</li> <li>Honor the ORDER BY and LIMIT clause of a SELECT even if the result set is used for an INSERT.</li> <li>Do not put write locks on the file used to hold TEMP tables.</li> |
︙ | ︙ |