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

This commit is contained in:
2023-07-01 16:06:36 +10:00
parent 672060399b
commit fa2d570612

7
TODO
View File

@@ -1,8 +1,3 @@
TODO: 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 * 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'