Opened 17 years ago
Closed 17 years ago
#1025 closed enhancement (fixed)
Add Hql.size() expression
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.7 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This is a HQL expression that creates a size(collection)
expression. It is needed by #1011 to allow us to filter on the 'none' alternative with collection properties. Eg. The filter we need is size(collection) = 0
.
Note:
See TracTickets
for help on using tickets.
(In [4277]) Fixes #1025: Add Hql.size() expression