In a Drupal installation on SQL Server, the missing implementation of PDO::getAttribute() leads to a WSOD on the status report at /admin/reports/status due to the following error:

PDOException: SQLSTATE[IM001]: Driver does not support this function: driver does not support getting attributes in system_requirements() (line 195 of /www/drupal7/html/modules/system/system.install).

Comments

encelado created an issue. See original summary.

encelado’s picture

Status: Active » Needs review
StatusFileSize
new996 bytes

This patch provides the support for the retrieval of database connection attributes.