Quote:
Originally Posted by Shadowjack
ERROR: Error: Failed to check database integrity
OperationalError: no such table: meta2
|
Kovid said that this error is a regression that will be fixed in the next release. The meta2 table was introduced to support user-defined columns. The problem is that it must be recreated when calibre starts (columns could change), and the database integrity code doesn't know that.
As for the rest of the errors, I have no clue.