Removing outdated comment
This commit is contained in:
parent
94acfdec54
commit
01063a3476
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue