diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-06-26 11:25:36 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-06-26 13:03:06 +0100 |
commit | 09c7f9d765e2a58c3e74eee0ed03612d19ee7f9f (patch) | |
tree | 378822f700570d4b3a0de9bd4cb1aede659c1bf2 /perllib/FixMyStreet.pm | |
parent | 62b19194a099e6e5ac1140aea0ed42744cdff786 (diff) |
Turn on quote_names.
Diffstat (limited to 'perllib/FixMyStreet.pm')
-rw-r--r-- | perllib/FixMyStreet.pm | 1 |
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 . "'", ], |