Removing outdated comment

This commit is contained in:
Oleksandr Petrov 2011-11-25 17:33:10 +01:00
parent 94acfdec54
commit 01063a3476

View file

@ -70,8 +70,6 @@
doc2 { :title "joda-time" :language "Java" :_id (ObjectId.) } doc2 { :title "joda-time" :language "Java" :_id (ObjectId.) }
doc3 { :title "netty" :language "Java" :_id (ObjectId.) } doc3 { :title "netty" :language "Java" :_id (ObjectId.) }
_ (mgcol/insert-batch coll [doc1 doc2 doc3]) _ (mgcol/insert-batch coll [doc1 doc2 doc3])
;; this example is indeed ugly, we need to come up with a DSL similar to what Casbah has
;; to make this easy to read and write. MK.
result (with-collection coll result (with-collection coll
(find { :language "Java" }) (find { :language "Java" })
(skip 1) (skip 1)