On Tue, Oct 7, 2014 at 6:44 PM, Aristedes Maniatis <a...@maniatis.org> wrote: >> That said, if returning this is the direction we're going, then really all >> the currently void methods in SelectQuery should do the same thing - like >> addOrdering for example. > > > Correct, but we also need to gracefully deprecate the old methods and make > new fluent ones.
I was looking at the changes and was wondering if we really need to deprecate the old methods. Can't setFetchLimit() live along with limit()? Thanks, mrg