Skip to content

Commit

Permalink
ServicegroupQuery: Make query column `servicegroup_alias' case-insens…
Browse files Browse the repository at this point in the history
…itive

refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent fdd6a4d commit 4bc3afa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -9,7 +9,7 @@ class ServicegroupQuery extends IdoQuery
'servicegroups' => array(
'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci',
'servicegroup_name' => 'sgo.name1',
'servicegroup_alias' => 'sg.alias'
'servicegroup_alias' => 'sg.alias COLLATE latin1_general_ci'
),
'services' => array(
'host' => 'so.name1 COLLATE latin1_general_ci',
Expand Down

0 comments on commit 4bc3afa

Please sign in to comment.