On Sat, Jun 6, 2009 at 11:31 AM, Chris Anderson<[email protected]> wrote: > On Sat, Jun 6, 2009 at 11:28 AM, Chris Anderson<[email protected]> wrote: >> On Sat, Jun 6, 2009 at 11:05 AM, <[email protected]> wrote: >>> Author: jchris >>> Date: Sat Jun 6 18:05:54 2009 >>> New Revision: 782292 >>> >>> URL: http://svn.apache.org/viewvc?rev=782292&view=rev >>> Log: >>> branch for previwing the list iterator patch >>> >> > > Forgot the branch URL: > > http://svn.apache.org/repos/asf/couchdb/branches/list-iterator/ > >> I've added a branch which contains the _list iterator API. It is >> cleaned up and tested to my satisfaction. I'd like to bring this into >> trunk for 0.10 if there are no objections. Please start porting your >> applications that run list functions to the new API and let me know if >> it's not way better. :) Thanks Damien for the API suggestion at >> CouchHack. >>
If you're interested a version of Sofa ported to the new list iterators is available here: http://github.com/jchris/sofa/tree/li I'll be moving it to the master branch when the new API is merged to CouchDB trunk. >> This branch also lays the groundwork for adding more capabilities to >> the query server, like Jason Davies' _update patch and a _filter for >> _changes. >> >> Externals like couchdb-lucene shouldn't be effected by this but it's >> worth testing them against the branch. Also, I'm considering moving >> externals over to this API eventually as well (if external authors are >> into it) just so we have a unified protocol. >> >> Chris >> >> -- >> Chris Anderson >> http://jchrisa.net >> http://couch.io >> > > > > -- > Chris Anderson > http://jchrisa.net > http://couch.io > -- Chris Anderson http://jchrisa.net http://couch.io
