[nhusers] Re: NHibernate 2.1 HQL parser (AST/ANTLR)

2009-09-04 Thread nerode
Should have read "LEFT() is defined in MSSql2000Dialect", etc. On Sep 2, 4:15 pm, nerode wrote: > LEFT() is defined in MSSqlDialect, which is extended by the 2005 > dialect (and again 2008 extends 2005).  CAST has also stopped working, > and is not defined in these Dialect files (CONVERT works).

[nhusers] Re: NHibernate 2.1 HQL parser (AST/ANTLR)

2009-09-02 Thread nerode
LEFT() is defined in MSSqlDialect, which is extended by the 2005 dialect (and again 2008 extends 2005). CAST has also stopped working, and is not defined in these Dialect files (CONVERT works). On Aug 14, 6:47 am, Fabio Maulo wrote: > have a look to the dialect you are using and let me know if

[nhusers] Re: NHibernate 2.1 HQL parser (AST/ANTLR)

2009-08-14 Thread Fabio Maulo
have a look to the dialect you are using and let me know if the LEFT function is there or not.Thanks. 2009/8/13 nerode > > Other than the fact tha I can find no documentation on this (any links > appreciated), I've found a change from the previous parser: a > statement that is designed to be ex