updated state of db error handling

This commit is contained in:
2020-12-30 23:12:47 +11:00
parent af6c76d136
commit a7f5f43946

3
README
View File

@@ -30,9 +30,10 @@ python3 main.py
### TODO:
- need to trap failed sqls (e.g. delete a used foreign key - like a rating, should say gracefully alert you) - done for:
- rating CRUD
- condition, covertype, genre, owned, rating: CRUD done
- book update, delete
-- I guess we could check for 'duplicate' book creation...
- NEXT: series (see BUGs), author, publisher
- consider created/modifed for all fields? but mostly are they set via ORM for new books?
* No, not being set...
- need to delete 1 sub_book from book