Account created on 1 June 2023, almost 2 years ago
#

Recent comments

@Beakerboy: In the context of this issue, it seems to be the database driver defined in my settings.php

[
  'driver' => 'sqlsrv',
  'namespace' => 'Drupal\\sqlsrv\\Driver\\Database\\sqlsrv',
  'autoload' => 'modules/contrib/sqlsrv/src/Driver/Database/sqlsrv'
]

which is used in Drush\Boot\DrupalBoot8::bootstrapDrupalDatabaseValidate() invoking Drupal\Core\Database\Database::getConnection()

Production build 0.71.5 2024