From fa2d570612d228ff68c121cf3ec215b2cd3fa1c8 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 1 Jul 2023 16:06:36 +1000 Subject: [PATCH] reminder to fix for proper use of ORMs, we still see odd timeouts that go away with a browser refresh - presume its the mixing of ORM and not --- TODO | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/TODO b/TODO index 06643a1..071523d 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,3 @@ TODO: - - # to get from book.author to book.bal - alter table book_author_link add author_num integer; - update book_author_link set author_num = 0; - browse to /fix_an - * book.parent is an array, not a dict - should change it over + * need to use ORM for all bal, bsl, etc. seems to be causing race conditions and or 'timeouts'