Quote:
Originally Posted by rantanplan
By the way, is this the right thread to talk about newer database versions?
I’ll take a look into the SQLite database from the 5.0.x firmware and I don’t actually know where I could add the new database version.
|
The database version is in the kobo driver in calibre code (calibre.devices.kobo.driver class attribute "supported_dbversion"), currently on line 1401 and set to 175. Any changes required to support a new db version also go in the driver.
This assumes changes to kobo utilities aren't required. If they are then they must be added in a way that preserves existing behavior for people using older firmware.