Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] CLI tool to execute a p2 query?

On 2011-02-17 17:37, Paul Webster wrote:

Is the problem that requirements.exists(*) contains a select(*) which returns a collection ... but really you want the select(*).size > 0 ?

select(*).size > 0 would be the same as exists(*) so try that instead of the inner select.

- thomas



Back to the top