Thread: Firmware 2.6.1b
View Single Post
Old 06-21-2013, 02:30 PM   #11
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,550
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Jack... Sigh... Why do you have this reaction to calibre, and to add-ons within calibre.

All the dismissal of an icon from the home screen requires is a single SQL update to change the value of a column for a given row in the Activity table from false to true. This is done either manually by the user in the plugin, or automatically via a standard SQL Trigger on any and all updates to that table.

This is a standard SQL database using the SQLite engine which is designed to be cross platform.

Other functions of this plugin also use the database for different purposes; some of which are read only, others read/write. However, to call any of these DANGEROUS is a massive EXAGGERATION.
PeterT is offline   Reply With Quote