grimhacker.com
SQLAlchemy Postgres On Conflict Do Update “can’t adapt type ‘method'”
Some time ago I encountered an error in my python code interacting with a Postgresql database: psycopg2.ProgrammingError: can’t adapt type ‘method’ The above exception was the dir…