Hi

I'm creating an IQueryable linq query with NH and using the .Skip
and .Take methods to do paging.  This works fine when connected to a
SQL2k8 db, but I'm using SQLite in-memory to do unit testing and the
records being returned are not what I expect.  I get the whole
recordset instead of just a subset of records.

I setup log4net in in the test project and found that the select query
from the unit test doesn't have a LIMIT clause.

Does .Skip and .Take to work with SQLite?

Thanks
Dan

-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.

Reply via email to