Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix website typos and external hyperlink changes. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e4ae9bdfda581ad05a7dbc7417dfbda2 |
User & Date: | drh 2007-11-30 01:34:29.000 |
Context
2007-12-01
| ||
19:23 | Early attempts at requirements. (check-in: ef1fcd862b user: drh tags: trunk) | |
2007-11-30
| ||
01:34 | Fix website typos and external hyperlink changes. (check-in: e4ae9bdfda user: drh tags: trunk) | |
01:05 | Add code to the sqlite3.h reader to ignore function requirement numbers embedded in the text. (check-in: 06172b7a6f user: drh tags: trunk) | |
Changes
Changes to pages/changes.in.
︙ | ︙ | |||
49 50 51 52 53 54 55 | <li>Fix a long-standing bug in INSERT INTO ... SELECT ... statements where the SELECT is compound. <li>Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. <li>Fixed the operator precedence for the ~ operator. <li>On win32, do not return an error when attempting to delete a file that does not exist. <li>Allow collating sequence names to be quoted. | | | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | <li>Fix a long-standing bug in INSERT INTO ... SELECT ... statements where the SELECT is compound. <li>Fix a long-standing bug in RAISE(IGNORE) as used in BEFORE triggers. <li>Fixed the operator precedence for the ~ operator. <li>On win32, do not return an error when attempting to delete a file that does not exist. <li>Allow collating sequence names to be quoted. <li>Modify the TCL interface to use sqlite3_prepare_v2(). <li>Fix multiple bugs that can occur following a malloc() failure. <li>sqlite3_step() returns SQLITE_MISUSE instead of crashing when called with a NULL parameter. <li>FTS3 now uses the SQLite memory allocator exclusively. The FTS3 amalgamation can now be appended to the SQLite amalgamation to generate a super-amalgamation containing both. <li>The DISTINCT keyword now will sometimes use an INDEX if an |
︙ | ︙ |
Changes to pages/famous.in.
︙ | ︙ | |||
95 96 97 98 99 100 101 | <tr><td valign="top"> <a href="http://www.mcafee.com/"> <img src="images/foreignlogos/mcaffee.gif" border="0"></a></td> <td> <a href="http://www.mcafee.com/">McAfee</a> uses SQLite in its antivirus programs. Mentioned <a href="http://www.mail-archive.com/sqlite-users@sqlite.org/msg16931.html">here</a> and implied | | | 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 | <tr><td valign="top"> <a href="http://www.mcafee.com/"> <img src="images/foreignlogos/mcaffee.gif" border="0"></a></td> <td> <a href="http://www.mcafee.com/">McAfee</a> uses SQLite in its antivirus programs. Mentioned <a href="http://www.mail-archive.com/sqlite-users@sqlite.org/msg16931.html">here</a> and implied <a href="http://forums.mcafeehelp.com/showthread.php?t=173519">here</a>. </td> <tr><td valign="top"> <a href="http://www.microsoft.com/"> <img src="images/foreignlogos/microsoft.gif" border="0"></a> </td> |
︙ | ︙ | |||
153 154 155 156 157 158 159 | <tr><td valign="top"> <a href="http://www.python.org/"> <img src="images/foreignlogos/python.gif" border="0"></a> </td><td> SQLite comes bundled with the <a href="http://docs.python.org/lib/module-sqlite3.html">Python</a> | | | 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 | <tr><td valign="top"> <a href="http://www.python.org/"> <img src="images/foreignlogos/python.gif" border="0"></a> </td><td> SQLite comes bundled with the <a href="http://docs.python.org/lib/module-sqlite3.html">Python</a> programming language since Python 2.5. </td></tr> <tr><td valign="top"> <a href="http://www.realbasic.com/"> <img src="images/foreignlogos/realbasic.gif" border="0"></a> </td><td> The <a href="http://www.realbasic.com/">REALbasic</a> |
︙ | ︙ | |||
182 183 184 185 186 187 188 | <tr><td valign="top"> <a href="http://www.sun.com/"> <img src="images/foreignlogos/sunmicro.gif" border="0"></a> </td><td> <a href="http://www.sun.com/software/solaris/">Solaris 10</a> uses SQLite as the storage format for its Service Management Facility. | | | 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 | <tr><td valign="top"> <a href="http://www.sun.com/"> <img src="images/foreignlogos/sunmicro.gif" border="0"></a> </td><td> <a href="http://www.sun.com/software/solaris/">Solaris 10</a> uses SQLite as the storage format for its Service Management Facility. Thus, Sun has essentially replaced the traditional unix /etc/inittab file with an SQLite database. </td></tr> <tr><td valign="top"> <a href="http://www.symbian.com/"> <img src="images/foreignlogos/symbian.gif" border="0"></a> </td><td> |
︙ | ︙ |