Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix spelling of Perl on the homepage. (CVS 3319) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
255c5a99468c47fed0aaffeeeb28d5af |
User & Date: | drh 2006-07-02 10:21:36.000 |
Context
2006-07-06
| ||
10:59 | Change sqlite3_busy_timeout so that it checks for an invalid database pointer. (CVS 3320) (check-in: 225a9597b2 user: drh tags: trunk) | |
2006-07-02
| ||
10:21 | Fix spelling of Perl on the homepage. (CVS 3319) (check-in: 255c5a9946 user: drh tags: trunk) | |
2006-06-28
| ||
18:18 | Changes to get tests to pass with OMIT_VIRTUALTABLE. Ticket #1877. (CVS 3318) (check-in: 60616496b7 user: drh tags: trunk) | |
Changes
Changes to www/index.tcl.
︙ | ︙ | |||
69 70 71 72 73 74 75 | newsitem {2006-Jun-19} {New Book About SQLite} { <a href="http://www.apress.com/book/bookDisplay.html?bID=10130"> <i>The Definitive Guide to SQLite</i></a>, a new book by <a href="http://www.mikesclutter.com">Mike Owens</a>. is now available from <a href="http://www.apress.com">Apress</a>. The books covers the latest SQLite internals as well as the native C interface and bindings for PHP, Python, | | | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | newsitem {2006-Jun-19} {New Book About SQLite} { <a href="http://www.apress.com/book/bookDisplay.html?bID=10130"> <i>The Definitive Guide to SQLite</i></a>, a new book by <a href="http://www.mikesclutter.com">Mike Owens</a>. is now available from <a href="http://www.apress.com">Apress</a>. The books covers the latest SQLite internals as well as the native C interface and bindings for PHP, Python, Perl, Ruby, Tcl, and Java. Recommended. } newsitem {2006-Jun-6} {Version 3.3.6} { Changes include improved tolerance for windows virus scanners and faster :memory: databases. There are also fixes for several obscure bugs. Upgrade if you are having problems. } |
︙ | ︙ | |||
101 102 103 104 105 106 107 | } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } | | | 101 102 103 104 105 106 107 108 | } puts { <p align="right"><a href="oldnews.html">Old news...</a></p> </td></tr></table> } footer {$Id: index.tcl,v 1.141 2006/07/02 10:21:36 drh Exp $} |