fix BUG-25 by using ORM not db calls direct, could not see why they worked in DEV but not PROD with NO logs - only assume sqlachemy2 doesnt like the engine execute code I used instead

This commit is contained in:
2023-06-11 21:48:01 +10:00
parent 65c701c6a0
commit 66378766aa
2 changed files with 8 additions and 16 deletions

2
BUGs
View File

@@ -1,6 +1,6 @@
### fix to get this working with bs 5...
#### BUGS (next-25)
#### BUGS (next-26)
BUG-21: parent series now showing all books (thomas covenant series)
### DB/back-end