View Single Post
Old 05-10-2025, 07:20 AM   #6
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,461
Karma: 8025600
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by Terisa de morgan View Post
How do you update custom columns then? (name is tricky)
"Custom book data" isn't custom columns. It is a persistent map of keys to values, intended for plugins to store extra book information pertinent to that plugin. For example, a plugin might want to store some extra dates about a book that the plugin will need later. It can use add_custom_book_data() to store this information.

If you want to update custom columns then use db.new_api.set_field().

Last edited by chaley; 05-10-2025 at 08:15 AM. Reason: spelling
chaley is offline   Reply With Quote