From 1b8ee41be4cff843a9b50e1c2a4f3752ee0dba74 Mon Sep 17 00:00:00 2001 From: otabat Date: Sun, 7 Apr 2013 15:18:07 +0900 Subject: [PATCH 1/3] Added pom.xml.asc From 414d57ee1ed37195d336b87b096b46a02127f55b Mon Sep 17 00:00:00 2001 From: otabat Date: Sun, 7 Apr 2013 15:20:41 +0900 Subject: [PATCH 2/3] Updated README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7235494..c8c273e 100644 --- a/README.md +++ b/README.md @@ -456,8 +456,8 @@ This is typically used to get a large data lazily. (doseq [r (c/lazy-query client "dev_doc" "view" {:include-docs true} 15)] (println (map c/view-id r))) - ;; (key1 key2 key3 key4 key5 ...) - ;; (key16 key17 key18 key19 key20 ...) + ;; (doc-id1 doc-id2 doc-id3 doc-id4 doc-id5 ...) + ;; (doc-id16 doc-id17 doc-id18 doc-id19 doc-id20 ...) => nil From 63985fb9bc7b48f9fb126c001521ce5d99a708c6 Mon Sep 17 00:00:00 2001 From: otabat Date: Sun, 7 Apr 2013 15:31:32 +0900 Subject: [PATCH 3/3] Changed .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 27283a3..50b91d7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /classes /checkouts pom.xml +pom.xml.asc *.jar *.class .lein-deps-sum