Opened 17 years ago
Closed 17 years ago
#307 closed defect (fixed)
SQLite Provider crash when a row header spans page boundaries
Reported by: | traianstanev | Owned by: | traianstanev |
---|---|---|---|
Priority: | major | Milestone: | 3.4.0 |
Component: | Thirdparty Components | Version: | 3.3.0 |
Severity: | 2 | Keywords: | |
Cc: | External ID: |
Description
One of the SQLite optimizations used by the SQLite provider is to not compute offsets for all columns in a row. The code for the incremental computation of offset is not playing nice (it's crashing) when the row header spans B-Tree pages. This was a known potential problem, but now there is a data set which actually causes it to happen.
Note:
See TracTickets
for help on using tickets.