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:
7
TODO
7
TODO
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user