2016-11-02 14:50:19
— part of check-in
[3028845329]
on branch trunk
— Fix an issue that was causing the new database image to be assembled entirely
in heap memory when VACUUMing a database, even if it should use a temp file.
This could cause SQLITE_NOMEM errors when vacuuming very large databases on
32-bit systems.
(user:
dan
size: 3498)
2016-11-03 18:36:26
— part of check-in
[3fae483fae]
on branch branch-3.15
— Fix an issue that was causing the new database image to be assembled entirely
in heap memory when VACUUMing a database, even if it should use a temp file.
This could cause SQLITE_NOMEM errors when vacuuming very large databases on
32-bit systems.
(user:
drh
size: 3498)