You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to retrieve from $tbname in a broken connection (which the driver should try to reconnect because of the idle connection resiliency key words ConnectRetryCount and ConnectRetryInterval) execution gets stuck at the line $stmt2->execute();. When Column Encryption is not enabled however, there is no problem retrieving the $tbname.
The text was updated successfully, but these errors were encountered:
In a connection with Column Encryption enabled, idle Connection Resiliency doesn't seem to work. Following is a simple repro script.
When trying to retrieve from $tbname in a broken connection (which the driver should try to reconnect because of the idle connection resiliency key words ConnectRetryCount and ConnectRetryInterval) execution gets stuck at the line
$stmt2->execute();
. When Column Encryption is not enabled however, there is no problem retrieving the $tbname.The text was updated successfully, but these errors were encountered: