Replies: 1 comment 3 replies
-
The feature is not available in psycopg2. You have to use psycopg 3. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to do the
to process each query separately and get the count because the commented out code using
fetchall()
returnsno result available
when rows are upserted.I'd like to use the executemany. Am I doing it wrong? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions