Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add the Airbus logo to the "famous.html" page. Update the changes for 3.7.4. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c0a45dd7fa30a41272e9671a896b696d |
User & Date: | drh 2010-11-15 14:32:05.000 |
Context
2010-11-15
| ||
17:35 | Minor fixes for sample code in eqp.in. (check-in: 897bd4f88e user: dan tags: trunk) | |
14:32 | Add the Airbus logo to the "famous.html" page. Update the changes for 3.7.4. (check-in: c0a45dd7fa user: drh tags: trunk) | |
13:15 | Fix a typo from the fts3.html document. (check-in: c547f4b6c1 user: drh tags: trunk) | |
Changes
Added images/foreignlogos/airbus1.gif.
cannot compute difference between binary files
Added images/foreignlogos/airbus2.gif.
cannot compute difference between binary files
Changes to pages/changes.in.
︙ | ︙ | |||
45 46 47 48 49 50 51 52 53 54 55 56 57 58 | chng {2010 December 08 (3.7.4)} { <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. <li> [sqlite3_vfs | VFSes] that does not support shared memory are allowed to access [WAL] databases if [PRAGMA locking_mode] is set to EXCLUSIVE. } chng {2010 October 08 (3.7.3)} { <li> Added the [sqlite3_create_function_v2()] interface that includes a destructor callback. <li> Added support for [custom r-tree queries] using application-supplied callback routines to define the boundary of the query region. | > | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | chng {2010 December 08 (3.7.4)} { <li> Added the [sqlite3_blob_reopen()] interface to allow an existing [sqlite3_blob] object to be rebound to a new row. <li> Use the new [sqlite3_blob_reopen()] interface to improve the performance of FTS. <li> [sqlite3_vfs | VFSes] that does not support shared memory are allowed to access [WAL] databases if [PRAGMA locking_mode] is set to EXCLUSIVE. <li> Enhancements to [EXPLAIN QUERY PLAN]. } chng {2010 October 08 (3.7.3)} { <li> Added the [sqlite3_create_function_v2()] interface that includes a destructor callback. <li> Added support for [custom r-tree queries] using application-supplied callback routines to define the boundary of the query region. |
︙ | ︙ |
Changes to pages/eqp.in.
|
| | | 1 2 3 4 5 6 7 8 | <tcl>hd_keywords {explain query plan} {EXPLAIN QUERY PLAN}</tcl> <title>EXPLAIN QUERY PLAN</title> <style>codeblock { display:block;white-space:pre;font-family:fixed }</style> <table_of_contents> <h1>The EXPLAIN QUERY PLAN Command</h1> |
︙ | ︙ | |||
293 294 295 296 297 298 299 | printf("%d %d %d %s\n", iSelectid, iOrder, iFrom, zDetail); } return sqlite3_finalize(pExplain); } </codeblock> | < < | 293 294 295 296 297 298 299 | printf("%d %d %d %s\n", iSelectid, iOrder, iFrom, zDetail); } return sqlite3_finalize(pExplain); } </codeblock> |
Changes to pages/famous.in.
︙ | ︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 | product. SQLite is also a standard part of the [http://labs.adobe.com/technologies/air/ | Adobe Integrated Runtime (AIR)]. It is reported that [http://www.adobe.com/products/acrobat/readstep2.html | Acrobat Reader] also uses SQLite. </td></tr> <tr><td valign="top"> <a href="http://www.apple.com/"> <img src="images/foreignlogos/apple.gif" border="0"> </a></td> <td valign="top"> [http://www.apple.com/ | Apple] uses SQLite for many functions | > > > > > > > > > > > > | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | product. SQLite is also a standard part of the [http://labs.adobe.com/technologies/air/ | Adobe Integrated Runtime (AIR)]. It is reported that [http://www.adobe.com/products/acrobat/readstep2.html | Acrobat Reader] also uses SQLite. </td></tr> <tr><td valign="top"> <a href="http://www.airbus.com/"> <img src="images/foreignlogos/airbus2.gif" border="0"></a> </td><td valign="top"> [http://www.airbus.com/ | Airbus] confirms that SQLite is being used in the flight software for the [http://www.airbus.com/en/aircraftfamilies/a350 | A350 XWB] family of aircraft. </td></tr> <tr><td valign="top"> <a href="http://www.apple.com/"> <img src="images/foreignlogos/apple.gif" border="0"> </a></td> <td valign="top"> [http://www.apple.com/ | Apple] uses SQLite for many functions |
︙ | ︙ |