From d4964948e15e650159bb16018ddd2a8fbf689272 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 17 Jul 2021 16:35:29 +1000 Subject: [PATCH] add todo for being smarter with json.loads column types --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 6c4a0c5..baf5f05 100644 --- a/TODO +++ b/TODO @@ -15,6 +15,8 @@ * remove dirs after the duplicate cleanup removes all its content * fix up logging in general + * could look to remove the hand fixing of json.loads of array data --> seems you can make your own datatype in the ORM, and it can do the conversion every time you use it + - https://stackoverflow.com/questions/28143557/sqlalchemy-convert-column-value-back-and-forth-between-internal-and-database-fo * comment your code * more OO goodness :)