Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f0cd78c1a3d084764bcb898877ec5465 |
User & Date: | drh 2010-07-07 14:57:56.000 |
Context
2010-07-08
| ||
17:53 | Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). ... (check-in: 932825bc user: drh tags: trunk) | |
2010-07-07
| ||
14:57 | Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. ... (check-in: f0cd78c1 user: drh tags: trunk) | |
2010-07-06
| ||
21:22 | Add software version information and database stats to the /stat page. ... (check-in: 5acf6171 user: drh tags: trunk) | |
Changes
Changes to src/sqlite3.c.
Changes to src/sqlite3.h.