Hello, Some time ago, Fabio posted about LINQ provider extensibility in NHibernate: http://fabiomaulo.blogspot.com/2010/07/nhibernate-linq-provider-extension.html. It is such a nice feature that I was wondering if it would make sense to have something like that for HQL (yes, I still use HQL...). I know that we can subclass a dialect and add custom functions, but it requires duplicating code for all possible dialects that we are going to use. What are your thoughts?
Thanks, RP
