SQLite

Check-in [5752d84d37]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add new OS file method to return the sector-size of the underlying storage: sqlite3OsSectorSize() (CVS 3700)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 5752d84d374205e011d49b0221d6237967fe0743
User & Date: danielk1977 2007-03-19 05:54:49.000
Context
2007-03-19
11:25
Changes to support medium sector sizes larger than the database page size. (CVS 3701) (check-in: 3a3e8eb25d user: danielk1977 tags: trunk)
05:54
Add new OS file method to return the sector-size of the underlying storage: sqlite3OsSectorSize() (CVS 3700) (check-in: 5752d84d37 user: danielk1977 tags: trunk)
2007-03-17
18:22
Add documentation of the REPLACE, TRIM, LTRIM, and RTRIM functions. (CVS 3699) (check-in: d42c963620 user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/os.c.
Changes to src/os.h.
Changes to src/os_common.h.
Changes to src/os_os2.c.
Changes to src/os_unix.c.
Changes to src/os_win.c.
Changes to src/pager.c.
Changes to src/test6.c.
Changes to src/test_async.c.
Changes to test/crash2.test.