Quote:
Originally Posted by Majutsushi
The percentage is already an integer in the Kobo database, so any rounding will be done by the Kobo itself:
Code:
CREATE TABLE content(
...
___PercentRead INTEGER,
...
);
|
Thanks for that. So now we know it's not calibre or KU doing the rounding.