SQLite

Check-in [4feb4b9a71]
Login

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

Overview
Comment:Fix vacuum so that it works with blobs. (CVS 1490)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4feb4b9a71ce7a92924d2358a7ccecb4cca19223
User & Date: danielk1977 2004-05-29 10:23:19.000
Context
2004-05-29
10:43
Ensure vacuum handles table names with spaces in them. (CVS 1491) (check-in: 0a6689be84 user: danielk1977 tags: trunk)
10:23
Fix vacuum so that it works with blobs. (CVS 1490) (check-in: 4feb4b9a71 user: danielk1977 tags: trunk)
02:44
Avoid arithmetic on void pointers. (CVS 1489) (check-in: 3d68703e2e user: danielk1977 tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/main.c.
Changes to src/parse.y.
Changes to src/trigger.c.
Changes to src/vacuum.c.
Changes to test/attach.test.
Changes to test/attach3.test.
Changes to test/vacuum.test.