From 024b99d313f41bd87da1312077d5971ae6afcf2b Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Wed, 27 Sep 2023 14:31:37 +1000 Subject: [PATCH] added TODO re: newer pg/sqlalchmemy --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index b522b14..4b1a724 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,11 @@ - for use on scanned photos, they register as 2010, but are datestamped in visuals for 95 (is there a library for this???) + * sqlalchemy 2 migration: + * fix unmapped (in fact make all the code properly sqlachemy 2.0 compliant) + -- path.py has the __allow_unmapped__ = True + * remove all '.execute' from *.py + * read this: https://flask.palletsprojects.com/en/2.2.x/testing/#faking-resources-and-context * could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB),