Skip to content
Snippets Groups Projects
Commit 70546d29 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #472646 by Josh Waihi: fixed the PostgreSQL installation.

parent 2278d592
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -35,7 +35,7 @@ public function __construct(array $connection_options = array()) {
));
// Force PostgreSQL to use the UTF-8 character set by default.
$this->exec('SET NAMES "UTF8"');
$this->exec("SET NAMES 'UTF8'");
}
public function query($query, array $args = array(), $options = array()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment