Opened 14 years ago
Closed 14 years ago
#684 closed enhancement (fixed)
Update SQLite engine to Version 3.7.0.1 to avoid a database corruption (sqlite side).
Reported by: | romicadascalescu | Owned by: | romicadascalescu |
---|---|---|---|
Priority: | major | Milestone: | 3.6.0 |
Component: | SQLite Provider | Version: | 3.5.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
Apply a patch to update the engine to 3.7.0.1 to avoid a database corruption, below is the details about the bug from sqlite web site (http://www.sqlite.org/news.html)
SQLite version 3.7.0.1 is a patch release to fix a bug in the new filesize-in-header feature of the SQLite file format that could cause database corruption if the same database file is written alternately with version 3.7.0 and version 3.6.23.1 or earlier. A performance regression was also fixed in this release.
Note:
See TracTickets
for help on using tickets.