Relative Content

Tag Archive for postgresqlgopq

Go + Postgres : pq unexpected Parse response ‘C’ with QueryRow

I’m facing the error unexpected Parse response 'C' and searching on the internet I found out this error happens when rows are not closed after the previous query.
But in my case I’m only using QueryRow which return a *sql.Row where Close isn’t implemented.