Menu

#115 Limitation with number of property filters in CQL/WQL Query in Enumerations

1.4.9
open
1
Function
2015-10-16
2015-10-16
No

Problem:
On enumerating a class with filters (CQL/WQL) specifying the properties of a class that we want to retreive,
we observed that when the number of property is <=7 the query works fine, but with number of properties >=8, the enumeration returns an empty response.

Example:
Enumerate CIM_CLASS which has properties A, B, C .... Y, Z with CQL/WQL filter

Success case:
select A, B, C, D, E, F, G from CIM_CLASS

Failure case:
select A, B, C, D, E, F, G, H from CIM_CLASS

Is there any known limitations which limits the number of filter properties to 7 or is this a bug?

Discussion


Log in to post a comment.