View Single Post
Old 01-30-2026, 11:43 AM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,981
Karma: 29579516
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre's database schema is not a stable API. The only stable way to access the calibre database is via the calibre python APIs or the calibre server JSON APIs. Changes to the database schema are internal changes. Internal changes are not documented in the changelog. And just for the record three unused columns from the books table have been deleted. These columns were *never* used for anything and were just cluttering the schema. I have no idea what calibre web was using those columns for but yes, it needs to be changed.
kovidgoyal is offline   Reply With Quote