Added support for 'LIKE' in WQL query - patch included
Shashi Uli <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <C66C814C1ABFA8449FF65CB44953A8B445AC38A7E9@SJCPMAILBOX01.citrite.net> |
Hi, I have extended the WQL query to include the 'LIKE' syntax similar to CQL queries. The query looks like this: 'SELECT * FROM CIM_ComputerSystem WHERE Name LIKE "%MyName%"' Returns a list of CIM_CompterSystem objects whose 'Name' property includes 'MyName'. The patch is included here. - Shashi
wql.patch
(application/octet-stream, 133.4 KB) - not displayed