constant TransactionIsolationLevel::Ignore in Drupal driver for SQL Server and SQL Azure 8.2
4 uses of TransactionIsolationLevel::Ignore
- Connection::popCommittableTransactions in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Internal function: commit all the transaction layers that can commit.
- Connection::pushTransaction in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Summary of pushTransaction
- Connection::rollback in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Connection.php - Overriden.
- TransactionSettings::GetBetterDefaults in drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ TransactionSettings.php - Proposed better defaults. Use Snapshot isolation when available and implicit commits.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ Settings/ TransactionIsolationLevel.php, line 18
Class
- TransactionIsolationLevel
- Available transaction isolation levels for MSSQL.
Namespace
Drupal\Driver\Database\sqlsrv\SettingsCode
const Ignore = 'IGNORE';