View Single Post
Old 03-13-2024, 03:48 AM   #55
llaumgui
Member
llaumgui began at the beginning.
 
llaumgui's Avatar
 
Posts: 17
Karma: 10
Join Date: Mar 2024
Location: Prades le Lez
Device: Vivlio Light HD (PocketBook Verse pro)
Quote:
Originally Posted by jrw174 View Post
Must be an identifier in the db that points to specific profile. My best guess.
Good remark ! If I check: https://github.com/ckilb/pocketbooks...#L90C14-L90C67

Code:
    local sql = [[
            REPLACE INTO books_settings
            (bookid, profileid, cpage, npage, completed, opentime)
            VALUES (?, 1, ?, ?, ?, ?)
        ]]
profileid is hardcoded... The question is now how to find my profileid...
llaumgui is offline   Reply With Quote