Hi
I have read
http://ayende.com/Blog/archive/2009/05/04/nhibernate-filters.aspx
post
the last picture that the filter generate sql is
" where '2009-04-16T10:42:59.00' >=comments0_.PostedAt and
comments0_.PostId=1"
Would you please edit NHibernate source to let NHibernate Filter
generate sql is
"where comments0_.PostId=1 and '2009-04-16T10:42:59.00'
>=comments0_.PostedAt"
in other words,the filter condition should be at last for greater
efficiency in sql2005