Hi All,

It appears that on SQLite a skip query does not actually skip in the 
generated SQL.
Eg: QueryOver<Entity>().Skip(100).List()  // Does not generate a skip or 
limit statement

I found this in unit tests, which I'm sure is the major use case for SQLite 
so not a huge issue but I thought I'd bring it up just in case this is a 
generic issue across all databases.

Thanks All

Guido

-- 
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