Fix issue with turning quote_names on with case insensitive search

This commit is contained in:
Tom Bloor 2017-07-25 14:14:30 +01:00
parent 74d69e708a
commit b44cb5fe1d
2 changed files with 5 additions and 2 deletions

View file

@ -14,6 +14,7 @@ has schema => sub {
$c->app->config->{dsn},
$c->app->config->{user},
$c->app->config->{pass},
{ quote_names => 1 },
);
};