Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Another typo fixed in changes.html (CVS 3569) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
70033a0ea41e698237e886c7ab010a36 |
User & Date: | drh 2007-01-06 13:11:36.000 |
Context
2007-01-08
| ||
13:07 | Fix a round-off error in the %W and %j conversions of the strftime() function. Ticket #2150. (CVS 3570) (check-in: 5206793780 user: drh tags: trunk) | |
2007-01-06
| ||
13:11 | Another typo fixed in changes.html (CVS 3569) (check-in: 70033a0ea4 user: drh tags: trunk) | |
13:10 | Fix the makefile to correctly install sqlite3ext.h. Ticket #2145 (CVS 3568) (check-in: be410fee68 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
42 43 44 45 46 47 48 | <li>Use an index to satisfy an IS NULL operator in the WHERE clause</li> <li>Fix a bug that was causing the optimizer to miss an OR optimization opportunity</li> <li>The optimizer has more freedom to reorder tables in the FROM clause even in there are LEFT joins.</li> </ul> <li>Extension loading supported added to winCE</li> | | | 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | <li>Use an index to satisfy an IS NULL operator in the WHERE clause</li> <li>Fix a bug that was causing the optimizer to miss an OR optimization opportunity</li> <li>The optimizer has more freedom to reorder tables in the FROM clause even in there are LEFT joins.</li> </ul> <li>Extension loading supported added to winCE</li> <li>Allow constraint names on the DEFAULT clause in a table definition</li> <li>Added the ".bail" command to the command-line shell</li> <li>Make CSV (comma separate value) output from the command-line shell more closely aligned to accepted practice</li> <li>Experimental FTS2 module added</li> <li>Use sqlite3_mprintf() instead of strdup() to avoid libc dependencies</li> <li>VACUUM uses a temporary file in the official TEMP folder, not in the same directory as the original database</li> |
︙ | ︙ |