Hi all. I’m creating a little utility method to emulate functionality from EOF, i.e. to allow me to fetch distinct values for specified columns. This is what I have so far:
https://gist.github.com/hugith/05de4ad2f3d6f2cdc16a <https://gist.github.com/hugith/05de4ad2f3d6f2cdc16a> However, I would like to be able to provide an expression to the query. Does Cayenne have something to generate the SQL from an expression for me? Am I perhaps going totally wrong about this? Cheers, - hugi