mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
More efficient select query
This commit is contained in:
parent
ef76f355c4
commit
72b3053c56
@ -118,7 +118,7 @@ class KOBO(USBMS):
|
||||
#cursor.close()
|
||||
|
||||
query= 'select Title, Attribution, DateCreated, ContentID, MimeType, ContentType, ' \
|
||||
'ImageID from content where ContentID in (select distinct volumeId from volume_shortcovers)'
|
||||
'ImageID from content where BookID is Null'
|
||||
|
||||
cursor.execute (query)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user