Re: Added support for 'LIKE' in WQL query - patch included
Venkateswara R Puvvada <[email protected]>
| Newsgroups | gmane.network.open-pegasus.general |
|---|---|
| Message-ID | <OF04D9C77D.388B91F0-ON65257707.0016EE8A-65257707.0017836D@in.ibm.com> |
Shashi, Thank you for submitting the patch. I have filed a enhancement bug for the same. http://bugzilla.openpegasus.org/show_bug.cgi?id=8761 Venkat Shashi Uli <[email protected]> 15/04/2010 22:55 To "[email protected]" <[email protected]> cc Subject Added support for 'LIKE' in WQL query - patch included 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[attachment "wql.patch" deleted by Venkateswara R Puvvada/India/IBM]