removed non ORM db CRUD sqls, so BUG-35 fixed

This commit is contained in:
2023-07-05 20:02:05 +10:00
parent 0803c3cf22
commit a0d3fdd599

4
BUGs
View File

@@ -8,10 +8,6 @@ BUG-30: failed to add a book with 2 x same author (need to catch error
BUG-31: series does not have 'series_num', so a book in 2 series, means he ordering is not explicit BUG-31: series does not have 'series_num', so a book in 2 series, means he ordering is not explicit
-> NEED TO display them in order of smallest num_books first -> NEED TO display them in order of smallest num_books first
BUG-35: when I created a new book with 2 authors, on wish list, with 2 series (even 1 seems ot be an issue) - A weird internal flask external_validators issue was raised.
testing in DEV it works, trying in container I get the book being added, but the series is not
- test in PROD, now we have removed CRUD direct sqls
BUG-36: when creating a book and missing genre BUT also on wish list, it says its not on wishlist BUG-36: when creating a book and missing genre BUT also on wish list, it says its not on wishlist
BUG-37: should allow deleting from 'On Wishlist' as well BUG-37: should allow deleting from 'On Wishlist' as well