ok, it works, thx
its painfull, is there any full documentation or example for writing script ?
for example, i want to search book id in my library, it should be :
db.get_item_id(self, field, item_name, case_sensitive=False)
But there is no information about format of field or item_name, or what field cover. If i do :
db.get_item_id('authors', 'an_author')
i get the right id but if i do :
db.get_item_id('title', 'a_title')
using the title name from the .sql, it find nothing.
Last edited by Frogg; Yesterday at 01:42 PM.
|