[hibernate-dev] 6.0 - Query literal rendering

2016-12-31 Thread Steve Ebersole
Currently in 6.0 I have code in place to render query literals as PreparedStatement parameters, but only outside the SELECT clause. Many DBs require special handling for parameters defined in the SELECT clause general requiring to wrap in cast functions calls. I think it may be beneficial to allo

[hibernate-dev] 6.0 - Session#createFilter

2016-12-31 Thread Steve Ebersole
As I have not been hearing hardly any feedback on these 6.0 design questions I have been trying to start, I'll be doing something different in this and any additional emails.. I'll state what I propose to do and if anyone has issue with it they can make a counter proposal. Otherwise I plan on foll