[nhusers] Re: 'date' function does not work in SQL Server 2008

2010-06-06 Thread Visar Uruqi
Just in case someone needs it, as Dijego said full type name, including the assembly name, in my case the name of assembly is just Entities so the dialect would be Entities.DbTools.Sql2008Dialect, Entities On Jun 6, 8:10 pm, Visar Uruqi wrote: > Thank you very much Diego, yes it did function. Th

[nhusers] Re: 'date' function does not work in SQL Server 2008

2010-06-06 Thread Visar Uruqi
Thank you very much Diego, yes it did function. Thank you again Visar On Jun 6, 7:45 pm, Diego Mijelshon wrote: > You need to provide the full type name, including the assembly. > Something like "Entities.DbTools.Sql2008Dialect,Entities > > Entities.DbTools" > >    Diego > > > > On Sun, Jun 6, 2

Re: [nhusers] Re: 'date' function does not work in SQL Server 2008

2010-06-06 Thread Diego Mijelshon
You need to provide the full type name, including the assembly. Something like "Entities.DbTools.Sql2008Dialect, Entities.DbTools" Diego On Sun, Jun 6, 2010 at 14:30, Visar Uruqi wrote: > I figured this out, the release of NHibernate.dll that I had in > my project did not had implemented th

Re: [nhusers] Re: 'date' function does not work in SQL Server 2008

2010-06-06 Thread Fabio Maulo
you can download binary of NH2.1.2GA On Sun, Jun 6, 2010 at 2:30 PM, Visar Uruqi wrote: > I figured this out, the release of NHibernate.dll that I had in > my project did not had implemented the 'date' function in > MsSql2000Dialect > I looked through ILDASM.exe disassembler and saw that the 'da

[nhusers] Re: 'date' function does not work in SQL Server 2008

2010-06-06 Thread Visar Uruqi
I figured this out, the release of NHibernate.dll that I had in my project did not had implemented the 'date' function in MsSql2000Dialect I looked through ILDASM.exe disassembler and saw that the 'date' was not implemented. I donwloaded the source https://nhcontrib.svn.sourceforge.net/svnroot/nh