Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor change to TEA extension docs in an attempt to make links work correctly. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
af3c775e5d6a399bfc985a5dae274519 |
User & Date: | drh 2014-02-03 13:49:40.898 |
Context
2014-02-03
| ||
13:52 | Version 3.8.3 (check-in: e816dd9246 user: drh tags: trunk, release, version-3.8.3) | |
13:49 | Minor change to TEA extension docs in an attempt to make links work correctly. (check-in: af3c775e5d user: drh tags: trunk) | |
2014-01-31
| ||
11:50 | Update the "sqlite3.1" unix manpage document. (check-in: 21ce9e3a53 user: drh tags: trunk) | |
06:35 | Minor change to TEA extension docs in an attempt to make links work correctly. (Closed-Leaf check-in: 492585c820 user: mistachkin tags: teaDoc) | |
Changes
Changes to autoconf/tea/doc/sqlite3.n.
1 2 3 4 5 6 7 8 9 10 11 12 13 | .TH sqlite3 n 4.1 "Tcl-Extensions" .HS sqlite3 tcl .BS .SH NAME sqlite3 \- an interface to the SQLite3 database engine .SH SYNOPSIS \fBsqlite3\fI command_name ?filename?\fR .br .SH DESCRIPTION SQLite3 is a self-contains, zero-configuration, transactional SQL database engine. This extension provides an easy to use interface for accessing SQLite database files from Tcl. .PP | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | .TH sqlite3 n 4.1 "Tcl-Extensions" .HS sqlite3 tcl .BS .SH NAME sqlite3 \- an interface to the SQLite3 database engine .SH SYNOPSIS \fBsqlite3\fI command_name ?filename?\fR .br .SH DESCRIPTION SQLite3 is a self-contains, zero-configuration, transactional SQL database engine. This extension provides an easy to use interface for accessing SQLite database files from Tcl. .PP For full documentation see \fIhttp://www.sqlite.org/\fR and in particular \fIhttp://www.sqlite.org/tclsqlite.html\fR. |