When I call IQueryable.First() or IQueryable.Last(), I get the exception [SQLite Error 1: 'near "FETCH": syntax error'].
When I look at the debug view on the IQueryable object before calling First() or Last() there is no "FETCH" in the SQL query, so First() and Last() must be adding this.
When I remove this package from my project this behaviour goes away.