updated state of db error handling
This commit is contained in:
3
README
3
README
@@ -30,9 +30,10 @@ python3 main.py
|
|||||||
|
|
||||||
### TODO:
|
### TODO:
|
||||||
- need to trap failed sqls (e.g. delete a used foreign key - like a rating, should say gracefully alert you) - done for:
|
- 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
|
- book update, delete
|
||||||
-- I guess we could check for 'duplicate' book creation...
|
-- 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?
|
- consider created/modifed for all fields? but mostly are they set via ORM for new books?
|
||||||
* No, not being set...
|
* No, not being set...
|
||||||
- need to delete 1 sub_book from book
|
- need to delete 1 sub_book from book
|
||||||
|
|||||||
Reference in New Issue
Block a user