Today NHibernate team released version 2.1.0 beta 2
This version contains a fix for bug that cause some problem with MS Sql server execution plans (more details here).
Be carefull if you use an HQL query cause the actual parser is not still able to use the correct parameter type. I hope also this issue will be solved in the future versions but in the meantime you can use the solution I wrote in post linked above.
Technorati Tag: NHibernate,NH2.1
Which is the bug ?
Do you mean the fix for MS-SQL server bug where the execution plans depends on parameters types ?
If so yes, this nh-release prevent the bug of MsSQL server.
Comment by Fabio Maulo — June 21, 2009 @ 6:42 pm |
Neither NH nor MSSQL is bug free.
The most important thing here is that now NH & MSSQL relationship is better.
Comment by makka — June 21, 2009 @ 8:34 pm |