Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Link from the ATTACH documentation page to the DETACH page. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b3cbd719933f855f8367b8570bffacc9 |
User & Date: | drh 2015-05-15 14:51:47.288 |
Context
2015-05-26
| ||
12:26 | Cherrypick several recent minor changes from trunk. (check-in: 0f4cfe6cd0 user: drh tags: branch-3.8.10) | |
2015-05-20
| ||
18:20 | Update the list of reserved characters in fts5.html. (check-in: d2210cd43b user: dan tags: trunk) | |
2015-05-15
| ||
14:53 | Link from the ATTACH documentation page to the DETACH page. Increased information about TH3. These are cherry-picks from trunk. (check-in: 643e08dfb8 user: drh tags: branch-3.8.10) | |
14:51 | Link from the ATTACH documentation page to the DETACH page. (check-in: b3cbd71993 user: drh tags: trunk) | |
14:48 | Increased information about TH3. (check-in: 7d4f8c9ada user: drh tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
400 401 402 403 404 405 406 | Section {ATTACH DATABASE} attach {attached *ATTACH} RecursiveBubbleDiagram attach-stmt </tcl> <p> ^The ATTACH DATABASE statement adds another database file to the current [database connection]. | > > > | | 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 | Section {ATTACH DATABASE} attach {attached *ATTACH} RecursiveBubbleDiagram attach-stmt </tcl> <p> ^The ATTACH DATABASE statement adds another database file to the current [database connection]. Database files that were previously attached can be removed using the [DETACH DATABASE] command. <p>^The filename for the database to be attached is the value of the expression that occurs before the AS keyword. ^The filename of the database follows the same semantics as the filename argument to [sqlite3_open()] and [sqlite3_open_v2()]; the special name "[:memory:]" results in an [in-memory database] and an empty string results in a new temporary database. ^The filename argument can be a [URI filename] if URI filename processing is enable on the database connection. The default behavior is for |
︙ | ︙ |