[sqlite] database disk image is malformed

2016-04-30 Thread Igor Korot
Simon, On Sat, Apr 30, 2016 at 10:12 PM, Simon Slavin wrote: > > On 1 May 2016, at 2:39am, Igor Korot wrote: > >> How do I recover the information? > > Do you have a copy of that file from before you updated ? Can you run > integrity_check() on it ? IIUC, this file didn't change. It contains

[sqlite] database disk image is malformed

2016-04-30 Thread Igor Korot
Hi, I just updated my system along with the compiler from 4.x to 5.2. And now I start receiving the aforementioned errors trying to start Anjuta. I tried to open the db file with sqlite3 - it opens, but running "PRAGMA integrity_check" it immediately gives: igor at IgorDellGentoo

[sqlite] Lemon reduce action merge bug

2016-04-30 Thread Richard Hipp
On 4/30/16, Kelvin Sherlock wrote: > > Here are a couple more edge cases I noticed: > Thanks for the deep-diving on Lemon! All changes are now checked in. For passive listeners - none of the bugs that Kelvin has found in Lemon have any impact on SQLite. They only come up when using Lemon on

[sqlite] Lemon reduce action merge bug

2016-04-30 Thread Kelvin Sherlock
> On Apr 29, 2016, at 7:29 AM, Richard Hipp wrote: > > On 4/28/16, Kelvin Sherlock wrote: >> I believe the lemon reduce action optimizer needs to compare the codePrefix >> and codeSuffix. > > Thanks for the bug report. A fix has now been checked in. > > -- > D. Richard Hipp > drh at