Hello,

I have not focused on LinQ integration so far, because the project where we 
use NHibernate.Shards currently does not use Linq for querying. It should 
be possible to get LinQ (and QueryOver) integration working if the right 
extension points in NHibernate are available. As you seem to have found out 
already, that is not always the case at the moment.

I guess steps to take the sharding implementation forward are:

   - Add unit tests for the various query implementations (HQL, Criteria, 
   Linq, QueryOver, Custom SQL). I have written custom SQL and criteria query 
   tests for our own sharding project, but not spent much time on porting them 
   to the NHibernate.Shards test suite.
   - Clone NHibernate to prepare pull requests for modifications that 
   support sharding.

I am happy to assist with this, but do not have a great amount of time 
available in the coming weeks.

Kind Regards,
Gerke.



On Tuesday, 25 March 2014 14:05:17 UTC+1, [email protected] wrote:

> Hi,
>
> I'm looking into the NHibernate Shards project to see it's current state 
> and I've noticed that it seems to be kept ticking over by Gerke (thanks for 
> that!).
>
> It appears that additional functionality has been added recently, but it 
> doesn't support linq. I've no idea how hard it would be to add this in but, 
> if Gerke drops into this forum, can you get in touch please so we can 
> discuss what is and isn't available and any future plans?
>
> Many thanks
>
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"nhibernate-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to