unexpected EOF on client connection with an open transaction #1472
Unanswered
andreaneri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good evening,
my setup:
go 1.18.9
github.com/jmoiron/sqlx v1.3.4
github.com/jackc/pgx/v5 v5.2.0
postgres v14
this instruction:
db.SetMaxOpenConns(dbConfig.DBMaxOpenConn) // value 1
bring this problem:
LOG: unexpected EOF on client connection with an open transaction
since i use godror driver on Oracle engine all works fine,
any idea ?
thanks
Andrea
Beta Was this translation helpful? Give feedback.
All reactions