Quote:
Originally Posted by Huwaetzel
Installation works well. Attached find 2 documents
1. A screenshot from the actual installation
2. The html file created with the pocketbook own Notes export.
My firmware version is the latest with U741.6.5.1684
Let my know in case I can help further with testing
|
Thanks. Mhmm, in the DB there are various dates stored. Used now is 'time altered'. A sync could explain them being equal, or manual insertion - but that matters less now.
To properly investigate this the SQL rows are needed. I'll add a debug function to show those ASAP.
In the meantime, if you can run a SQL query on books.db, then see the code below. Ensure the original DB row number are shown under settings > annotation viewer. Added in now are those from the screenshot.
Code:
--for the item data
SELECT * FROM Items WHERE OID IN (690, 736, 751, 756, 758, 759)
--for the tag data
SELECT * FROM TAGS WHERE ItemID IN (690, 736, 751, 756, 758, 759)
The UI issues will get also get fixed.