protected property DatabaseTransaction_sqlsrv::$settings in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 sqlsrv/transaction.inc \DatabaseTransaction_sqlsrv::settings
A boolean to indicate if the transaction scope should behave sanely.
Type: DatabaseTransactionSettings
File
- sqlsrv/
transaction.inc, line 25
Class
- DatabaseTransaction_sqlsrv
- Overriden to bring some commonsense to transaction management.
Code
protected $settings = FALSE;