added TODO re: newer pg/sqlalchmemy

This commit is contained in:
2023-09-27 14:31:37 +10:00
parent 51492efe04
commit 024b99d313

5
TODO
View File

@@ -5,6 +5,11 @@
- for use on scanned photos, they register as 2010, but are datestamped in visuals for 95 - for use on scanned photos, they register as 2010, but are datestamped in visuals for 95
(is there a library for this???) (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 * 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), * could get better AI optim, by keeping track of just new files since scan (even if we did this from the DB),