Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
4cf6e9db757931aba2f300b786930543 |
User & Date: | drh 2004-07-22 01:19:35.000 |
Context
2004-07-22
| ||
02:40 | Changes in support of using a codec. (CVS 1844) (check-in: b77bec3574 user: drh tags: trunk) | |
01:19 | Initial implementation of variable page sizes and the temp_store pragma. (CVS 1843) (check-in: 4cf6e9db75 user: drh tags: trunk) | |
2004-07-21
| ||
15:21 | Updates comments in sqlite.h.in that describe the destructor parameter to sqlite3_bind_.... (CVS 1842) (check-in: 166eb60614 user: drh tags: trunk) | |
Changes
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/pragma.c.
Changes to src/sqliteInt.h.
Changes to src/test2.c.
Changes to src/test3.c.