Re: [castor-dev] Exposing .size() and .absolute(x) on QueryResults

2002-01-25 Thread Bruce Snyder
Ned Wolpert wrote: > > I can patch it in to cvs. But we need a test case for it before it > is placed into the repository. Can you write one up Matthew? I can > try to write it up over the weekend, but I may not have enough time to > do it. > > --- Keith Visco <[EMAIL PROTECTED]> wrote: > > >

Re: [castor-dev] Exposing .size() and .absolute(x) on QueryResults

2002-01-25 Thread Ned Wolpert
Sounds interesting... you're basically adding cursor control to castor, yes? How large of a patch is it? How many files are being updated? How does this affect the caching? What is the complexity of the patch? --- Matthew Baird <[EMAIL PROTECTED]> wrote: > Hello, > > I've done the work to exp

[castor-dev] Exposing .size() and .absolute(x) on QueryResults

2002-01-25 Thread Matthew Baird
Hello, I've done the work to expose an efficient .size() and .absolute(x) call on the QueryResults and PersistenceQuery interfaces, going all the way down to where the resultsets are created in the SQLEngine. Anyone who is using Castor to display a "paged resultset" in a web app or otherwise