You can add a feature request to the Servoy support system with this request.
I guess we could sort on ‘order by lower(project_name) asc’.
This seems to be the way to do this in Hibernate, but I don’t know if this will work on all databases.
You can add a feature request to the Servoy support system with this request.
I guess we could sort on ‘order by lower(project_name) asc’.
This seems to be the way to do this in Hibernate, but I don’t know if this will work on all databases.
You can add a feature request to the Servoy support system with this request.
I guess we could sort on ‘order by lower(project_name) asc’.
This seems to be the way to do this in Hibernate, but I don’t know if this will work on all databases.
I voted for it. Hibernate is a mapping model for Java that allows mapping of objects to their relational database counterpart (Hibernate (framework) - Wikipedia).
It is possible to sort on a calculation but only if it is a stored calculation. A stored calculation has the same name as the table field and a checkmark in the ‘stored’ column checkbox. However there are some disadvantages to this approach. The request you filed would be a better solution.