ServicegroupQuery: Make query column `servicegroup_alias' case-insensitive
refs #8613
This commit is contained in:
parent
fdd6a4d59b
commit
4bc3afaca4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue