Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update change log and index for the 3-way join/affinity bug. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b7385b0ef34cdcba31a88588c72f5966 |
User & Date: | drh 2013-03-09 15:02:12.278 |
Context
2013-03-09
| ||
15:12 | Fix various documentation typos. (check-in: 8a8b9f4250 user: drh tags: trunk) | |
15:02 | Update change log and index for the 3-way join/affinity bug. (check-in: b7385b0ef3 user: drh tags: trunk) | |
2013-03-03
| ||
00:19 | Fix a typo on the pragma documentation. (check-in: 556fe1bb34 user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
70 71 72 73 74 75 76 77 78 79 80 81 82 83 | <li>Improved error messages for invalid boolean arguments to dot-commands in the [command-line shell]. <li>Improved error messages for "foreign key mismatch" showing the names of the two tables involved. <li>Remove all uses of umask() in the unix VFS. <li>Added the [PRAGMA vdbe_addoptrace] and [PRAGMA vdbe_debug] commands. <li>Bug fix: Issue an error message if the 16-bit reference counter on a view overflows due to an overly complex query. <li>Bug fix: Avoid leaking memory on LIMIT and OFFSET clauses in deeply nested UNION ALL queries. <li>Bug fix: Make sure the schema is up-to-date prior to running pragmas table_info, index_list, index_info, and foreign_key_list. } | > > > > | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 | <li>Improved error messages for invalid boolean arguments to dot-commands in the [command-line shell]. <li>Improved error messages for "foreign key mismatch" showing the names of the two tables involved. <li>Remove all uses of umask() in the unix VFS. <li>Added the [PRAGMA vdbe_addoptrace] and [PRAGMA vdbe_debug] commands. <li>Bug fix: repair a long-standing problem that could cause incorrect query results in a 3-way or larger join that compared INTEGER fields against TEXT fields in two or more places. Ticket [http://www.sqlite.org/src/info/fc7bd6358f | fc7bd6358f] <li>Bug fix: Issue an error message if the 16-bit reference counter on a view overflows due to an overly complex query. <li>Bug fix: Avoid leaking memory on LIMIT and OFFSET clauses in deeply nested UNION ALL queries. <li>Bug fix: Make sure the schema is up-to-date prior to running pragmas table_info, index_list, index_info, and foreign_key_list. } |
︙ | ︙ |
Changes to pages/index.in.
︙ | ︙ | |||
93 94 95 96 97 98 99 | <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_7_16.html">Version 3.7.16</a> of SQLite is recommended for all new development. | < | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | <td width="20"></td><td bgcolor="#044a64" width="1"></td><td width="20"></td> <td valign="top"> <h3>Current Status</h3> <p><ul> <li><a href="releaselog/3_7_16.html">Version 3.7.16</a> of SQLite is recommended for all new development. Upgrading from all other SQLite versions is recommended.</li> </ul></p> <h3>Common Links</h3> <p><ul> |
︙ | ︙ |