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/vocabbuilder.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.
1 year ago
..
_meta.lua Vocabulary builder: store word context, other tweaks and fixes (#9195) 2 years ago
db.lua [plugin] Statistics: do not increment db sequences unnecessarily during cloud sync (#9921) 1 year ago
main.lua Vocabulary builder: add search ability (#9881) 1 year ago