Login
From:
GrimBlog
(Uncensored)
subscribe
SQLAlchemy Postgres On Conflict Do Update “can’t adapt type ‘method’” – GrimBlog
https://grimhacker.com/2022/02/05/sqlalchemy-postgres-on-conflict-do-update-cant-adapt-type-method/
links
backlinks
Tagged with:
python
Roast topics
Find topics
Find it!
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…