You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/statistics.koplugin
Glen Sawyer 932ed44a9f
[plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921)
When you do an insert using either ON CONFLICT [...] DO NOTHING or INSERT OR IGNORE to prevent duplicate rows, sqlite still increments the sequence counter for each of the duplicate rows that it did not insert.
The only way around that is to explicitly write the SQL statement so that it doesn't try to insert the duplicates in the first place.
2 years ago
..
_meta.lua A few small design fixes (#7933) 3 years ago
calendarview.lua Calendar view: properly use datetime module (#9893) 2 years ago
main.lua [plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921) 2 years ago
readerprogress.lua Statistics: cleanup and tweaks (#9904) 2 years ago