aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-07-02 14:20:42 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-07-02 14:20:42 +0100
commit510af28e0bcda19b4f2bf181aaebc05975a7533f (patch)
treed8e6791fc62c9bb905794a9f24db0aa0b055de78 /perllib/FixMyStreet.pm
parent3dd1d1f2cb68b731d23ecea9eb580fe08a190ce8 (diff)
parent0fee017e4a3d3aac6653f2892cc0950d354f3f91 (diff)
Merge branch '1084-quote-names'
Diffstat (limited to 'perllib/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet.pm b/perllib/FixMyStreet.pm
index f698b1610..f6a69928b 100644
--- a/perllib/FixMyStreet.pm
+++ b/perllib/FixMyStreet.pm
@@ -157,6 +157,7 @@ sub dbic_connect_info {
};
my $local_time_zone = local_time_zone();
my $dbic_args = {
+ quote_names => 1,
on_connect_do => [
"SET TIME ZONE '" . $local_time_zone->name . "'",
],