Closed dfroger closed 7 years ago
This PR allows to configure the socket timeout when connecting the monetdb server, for both sql.Connection and Control.
sql.Connection
Control
Currently, a timeout can be set only once the connection is already established.
thx @dfroger ! i'll have a look at this.
Coverage decreased (-0.3%) to 87.531% when pulling bdaa8defc35c96e990bac8b6f2c64b7b9868c726 on dfroger:connect_timeout into 385c873c84e77b0326396cdd4f77dff6b310e2de on gijzelaerr:master.
This PR allows to configure the socket timeout when connecting the monetdb server, for both
sql.Connection
andControl
.Currently, a timeout can be set only once the connection is already established.