You are here

private static property DriverSettings::$default_driver_settings in Drupal driver for SQL Server and SQL Azure 8

Default settings for the dabase driver.

Type: array

File

drivers/lib/Drupal/Driver/Database/sqlsrv/DriverSettings.php, line 39

Class

DriverSettings
Global settings for the driver.

Namespace

Drupal\Driver\Database\sqlsrv

Code

private static $default_driver_settings = array(
  'default_isolation_level' => FALSE,
  'default_direct_queries' => FALSE,
  'default_statement_caching' => FALSE,
  'use_native_upsert' => FALSE,
  'use_native_merge' => FALSE,
  'statement_caching_mode' => 'disabled',
  'append_stack_comments' => FALSE,
  'default_bypass_query_preprocess' => FALSE,
  'enable_transactions' => TRUE,
  'monitor_driver_status' => TRUE,
);