Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fixed #2051 |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
83e99e89a8ae261c93c455eb6da2ca7a |
User & Date: | mihailim 2008-06-25 12:48:05.000 |
Context
2008-06-26
| ||
02:52 | Updates to the documents in perparation for 3.6.0. (check-in: 3cb62833af user: drh tags: trunk) | |
2008-06-25
| ||
12:48 | Fixed #2051 (check-in: 83e99e89a8 user: mihailim tags: trunk) | |
08:36 | Fixed #1020. (check-in: 391102d17f user: mihailim tags: trunk) | |
Changes
Changes to pages/lang.in.
︙ | ︙ | |||
204 205 206 207 208 209 210 | also permissible to attach the same database file multiple times.</p> <p>Tables in an attached database can be referred to using the syntax <i>database-name.table-name</i>. If an attached table doesn't have a duplicate table name in the main database, it doesn't require a database name prefix. When a database is attached, all of its tables which don't have duplicate names become the default table | | | | 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 | also permissible to attach the same database file multiple times.</p> <p>Tables in an attached database can be referred to using the syntax <i>database-name.table-name</i>. If an attached table doesn't have a duplicate table name in the main database, it doesn't require a database name prefix. When a database is attached, all of its tables which don't have duplicate names become the default table of that name. Any tables of that name attached afterwards require the database prefix. If the default table of a given name is detached, then the last table of that name attached becomes the new default.</p> <p> Transactions involving multiple attached databases are atomic, assuming that the main database is not ":memory:". If the main database is ":memory:" then transactions continue to be atomic within each individual |
︙ | ︙ |