Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix for CVSTrac ticket #3177. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
47fbff8bc731db8f9cea059eba920e5c |
User & Date: | drh 2008-06-18 12:18:13.000 |
Context
2008-06-18
| ||
13:49 | Fix a broken link int the custombuild.html page. Sort the list of objects on the c3ref/objlist.html page. (check-in: 0466a1ef20 user: drh tags: trunk) | |
12:18 | Fix for CVSTrac ticket #3177. (check-in: 47fbff8bc7 user: drh tags: trunk) | |
2008-06-11
| ||
20:53 | Work on documentation of the changes in 3.6.0. Still a lot more work to do. (check-in: b96e5d72ea user: drh tags: trunk) | |
Changes
Changes to pages/tempfiles.in.
︙ | ︙ | |||
144 145 146 147 148 149 150 | process when a single transaction makes changes to multiple databases that have been added to a single [database connection] using the [ATTACH] statement. The master journal file is always located in the same directory as the main database file (the main database file is the database that is identified in the original [sqlite3_open()], [sqlite3_open16()], or [sqlite3_open_v2()] call that created the [database connection]) | | | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 | process when a single transaction makes changes to multiple databases that have been added to a single [database connection] using the [ATTACH] statement. The master journal file is always located in the same directory as the main database file (the main database file is the database that is identified in the original [sqlite3_open()], [sqlite3_open16()], or [sqlite3_open_v2()] call that created the [database connection]) with a randomized suffix. The master journal file contains the names of all of the various attached auxiliary databases that were changed during the transaction. The multi-database transaction commits when the master journal file is deleted. See the documentation titled <a href="atomiccommit.html">Atomic Commit In SQLite</a> for additional detail. </p> |
︙ | ︙ |