After call a
|
connection, err = pq.ParseURL(connection) |
timeouts in string format have ' - read_timeout='10000',

which causes fail of
|
val, err := strconv.Atoi(s[1]) |
pq version: 'github.com/lib/pq v1.10.0'
I can add a trim func for this case (if project still alive)
After call a
pq-timeouts/driver.go
Line 32 in 079ba81
timeouts in string format have

'-read_timeout='10000',which causes fail of
pq-timeouts/driver.go
Line 41 in 079ba81
pq version: 'github.com/lib/pq v1.10.0'
I can add a trim func for this case (if project still alive)