Open GoogleCodeExporter opened 8 years ago
Why is keys List<List<String>>? can't find anything in the CouchDB documentation
about using list of lists and org.jcouchdb.db.Database.queryViewByKeys(String,
Class<V>, List<?>, Options, JSONParser) works fine with List<String>.
Original comment by ff...@gmx.de
on 14 May 2010 at 1:05
I was using keys that were lists themselves in my particular case. List<?>
should be
fine. http://www.vertigrated.com/blog/2010/04/generic-ad-hoc-queries-in-couchdb/
Original comment by jarrod.r...@gmail.com
on 15 May 2010 at 2:52
Original issue reported on code.google.com by
jarrod.r...@gmail.com
on 19 Apr 2010 at 11:43Attachments: