You are here

constant Connection::PDO_RESILIENTRETRY in Drupal driver for SQL Server and SQL Azure 8.2

Some environments such as Azure require retry logic at the statement level. Use this to enable it.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/PDO/Connection.php, line 25

Class

Connection

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

const PDO_RESILIENTRETRY = 'PDO_RESILIENTRETRY';