You are here

protected property Connection::$allowed_pdo_exception_codes in Drupal driver for SQL Server and SQL Azure 8.2

PDO Exception codes that we know will not doom the current transaction.

Type: array

File

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

Class

Connection

Namespace

Drupal\Driver\Database\sqlsrv\PDO

Code

protected $allowed_pdo_exception_codes = array(
  '42S02' => true,
);