Samy Sultan
Samy Sultan
when I make a testing environment for failover I do the following 1- run a simple go program in debug mode 2- stop just after Ping 3- go to the...
if you can identify the type of the error and to faster the process you can modify function _query in file command.go v2 at line #1601 and line #1615 ```golang...
so I will not close this issue until we catch all possible errors that related to broken pipe
any news here?
did you try to increase timeout more than 30 seconds? after 30 seconds driver will send interrupt message to the server and cancel the current operation
for the driver there are 2 timeouts you can set 1- timeout of individual operation using context 2- global timeout. set using url option `timeout` default=120 seconds the timeout with...
I find a bug may be related to this problem sometime server will send data packet with **data flag = 0x40** which means final packet so I should check for...
I will see code first and inform you
I make simple implementation for AQ in go-ora/dbms example found in examples/dbms_aq please see if it need more modification before release
sorry I am updating documentation as the package advance the support for database/sql package increase until now only feature that is not found in database/sql is query to struct using...