You are here

constant Statement::RETRY_MAX in Drupal driver for SQL Server and SQL Azure 8.2

Maximum number a failed query can be retried in case of failure due to integrity constraint violations or dropped connections.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/PDO/Statement.php, line 59

Class

Statement
Turbocharged Statement class to work with MSSQL server.

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

const RETRY_MAX = 3;