Quote:
Originally Posted by davidfor
Something the SQLite Database Browser is missing from its menus are database checking functions. If you get an error from calibre about the database, or changes on the device don't seem to save, then open the database and run:
Code:
PRAGMA integrity_check
That will report any problems. Or it will report "Ok" if there are no problems.
|
I've just got a bunch of queries I use saved in a text file and copy/paste to execute them. Being able to save queries would be handier.