uchup / autoblock

Automatically exported from code.google.com/p/autoblock
0 stars 0 forks source link

Implement error recovery #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you ever encounter:
SqlDataAccess error:  "SELECT address,message,timestamp FROM logs ORDER BY 
timestamp DESC" . QSqlError::type= "QSqlError::StatementError" , 
QSqlError::number= 1 , databaseText= "no such table: logs" , driverText= 
"Unable to execute statement" 

That means the database is corrupt and needs to be recreated.

Original issue reported on code.google.com by canadai...@gmail.com on 19 Jun 2014 at 3:12

GoogleCodeExporter commented 9 years ago
ae25d8b6f29377bb40838215a9829a7233682c61

Original comment by canadai...@gmail.com on 17 Jul 2014 at 1:46

GoogleCodeExporter commented 9 years ago
v3.3 target.

Original comment by canadai...@gmail.com on 17 Jul 2014 at 4:39

GoogleCodeExporter commented 9 years ago
Failed verification in GCR 3.3.0.0 on Z30, 10.3.0.914. It actually rewrites the 
database from scratch which is not what we want.

Original comment by canadai...@gmail.com on 22 Jul 2014 at 4:26

GoogleCodeExporter commented 9 years ago
ae0e208804e769ad44053173272182af0a5d3b3a

Original comment by canadai...@gmail.com on 22 Jul 2014 at 4:39

GoogleCodeExporter commented 9 years ago
Verified in GCR 3.3.0.0 on Z30, 10.3.0.914

Original comment by canadai...@gmail.com on 22 Jul 2014 at 4:40