Fix issue with turning quote_names on with case insensitive search
This commit is contained in:
parent
74d69e708a
commit
b44cb5fe1d
2 changed files with 5 additions and 2 deletions
|
@ -14,6 +14,7 @@ has schema => sub {
|
|||
$c->app->config->{dsn},
|
||||
$c->app->config->{user},
|
||||
$c->app->config->{pass},
|
||||
{ quote_names => 1 },
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue