Comment 2 for bug 1646247

Revision history for this message
Matthew Oliver (matt-0) wrote :

Looking online at forums, sometimes these malformed database schemas can be fixed up. But to do so involves dumping the schema, fixing it, and loading it back in using SQLite special PRAMAs set. And I don't think this is anything that we can automate.

I want to make sure there isn't a bug where and old schema from and older SQLite DB isn't comparable with newer.. but the version your running seems quite old, and I'm sure we would have seen much more if that was the case. Further there seems to be no bug reported for it.

So I think this is safe just to add to the possibly_quarantine to quarantine, as getting a correct version from another node would be much simpler then trying to fix it.

I'll send up an initial patch.