Still on my list - I'll actually need to add this at some point to support some 
forms of Linq query, but it's no where near the top of my list :)

On 10 Dec 2009, at 22:22, Fabio Maulo wrote:

> Yes, was my proposal to make ""more easy"" the support for the new LINQ 
> provider.
> The proposal was:
> from Entity e where e.Prop > 123 skip 25 take 25
> 
> Same keywords of LINQ (that are more clear than our MaxResults-FirstResults) 
> at the end of the query.
> 
> 2009/12/9 Ayende Rahien <[email protected]>
> I remember a while ago a discussion about adding a limit feature for HQL 
> syntax.
> select limit 5 c from Category c
> I don't remember if it was implemented or if we ever reached a resolution on 
> that.
> Anyone with better memory than me?
> 
> 
> 
> -- 
> Fabio Maulo
> 

Reply via email to