public function DriverSettings::GetEnableTransactions in Drupal driver for SQL Server and SQL Azure 8
Completely disable transaction management at the driver leve. The MSSQL PDO has some issues that show up during testing so we need to diable transactions to be able to run some tests...
See also
https://github.com/Azure/msphpsql/issues/49
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ DriverSettings.php, line 144
Class
- DriverSettings
- Global settings for the driver.
Namespace
Drupal\Driver\Database\sqlsrvCode
public function GetEnableTransactions() {
return $this->_enableTransactions;
}