Quote:
Originally Posted by kovidgoyal
As fas as I recall the windows build does not contain any separate sqlite3.dll. There is one implementation of sqlite3 that comes from the python stdlib and the other from apsw. I assume you are using the one from the python stdlib, tryusing apsw instead. IIRC it was 3.7.17 or something like that.
|
There is a sqlite3.dll in the calibre dll folder. I have no idea which version as the file properties do not specify this information.
The one I have replaced it with I got directly from here:
http://sqlite.org/download.html where there is no mention of either of the two other sources you mention.
All I know is that the one included with Calibre does not know the CHAR function where as the one I downloaded from above link does.