View Single Post
Old 05-27-2014, 08:12 PM   #22
timlevin
Junior Member
timlevin began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2014
Device: Kindle WhitePaper II
dtp --
Thanks for posting the sqlite3 instructions for updating the Kindle vocabulary.
I ran these two instructions, only, because I wanted to preserve the mastered words:
# this will remove not mastered words
sqlite3 vocab.db "DELETE FROM WORDS where category=0;"
# this removes word references to books
sqlite3 vocab.db "DELETE FROM LOOKUPS where id!='blabla';"

After I ejected the Kindle and reset it, I was a little surprised that the mastered words were deleted, in addition to the not mastered and book-related words.

Do you have any idea what I did wrong to remove the mastered words?
Cheers,
Tim
timlevin is offline   Reply With Quote