Matt Menzenski
04/26/2023, 4:29 PMsqlalchemy.exc.ProgrammingError: (psycopg2.errors.UndefinedTable)
error, but it does create the table successfully. It just errors out without inserting any rows into it.visch
04/26/2023, 4:32 PMMatt Menzenski
04/26/2023, 4:33 PMMatt Menzenski
04/26/2023, 4:39 PMMatt Menzenski
04/26/2023, 4:39 PMMatt Menzenski
04/26/2023, 4:41 PMpat_nadolny
04/26/2023, 4:55 PMvisch
04/26/2023, 4:57 PMvisch
04/26/2023, 5:00 PMvisch
04/26/2023, 5:00 PMMatt Menzenski
04/26/2023, 5:04 PMMatt Menzenski
04/26/2023, 5:07 PMMatt Menzenski
04/26/2023, 5:10 PMpat_nadolny
04/26/2023, 5:31 PMAccount
in the db but then tries to write to it with SQL referencing lowercase account
. Probably in Matt's case its also finding the table but lowering it before trying to write to it so the query fails as not foundvisch
04/27/2023, 12:09 AM