Only some dialects could handle substring(expr, start), i.e. without the length parameter. I've made it so that all dialects can do this, so that HQL users such as the LINQ provider can rely on this always being available (to cope with e.g. str.Substring(start). The details are in the issue report if you can figure out the login problem.
/Oskar 2012/3/18 Fabio Maulo <[email protected]>: > btw Oskar, which is the HQL limitation ? > Each HQL function can be translated in different ways by each dialect > > > On Sun, Mar 18, 2012 at 11:33 AM, Oskar Berggren <[email protected]> > wrote: >> >> 2012/3/17 Fabio Maulo <[email protected]>: >> > Which is the HQL limitation ? >> > >> >> NH-3086 (fixed) >> >> /Oskar > > > > > -- > Fabio Maulo >
