Re: [hibernate-dev] 6.0 - Query literal rendering

2017-01-01 Thread Steve Ebersole
I only have so many hours in the day :) Let's get comparable behavior working first and then attack more complex (although we all agree probably worthwhile in this case) after. On Mon, Jan 2, 2017 at 1:37 AM Christian Beikov wrote: > May I ask what happened to the idea of not rendering through

Re: [hibernate-dev] 6.0 - Query literal rendering

2017-01-01 Thread Christian Beikov
May I ask what happened to the idea of not rendering through the literals at all and just "inject" them into the result tuple? We could even go as far as allowing expressions on constant values to be evaluated in memory instead of sending that to the DB. Other than that, the settings seem ok, b