monger/src
Joshua Karstendick 9c0f385ab2 Fixes a bug with the 5-arity ensure-index function. The argument
named `name` shadowed clojure.core/name, so trying to call `name`
as a function on line 426 throws an exception. Fixes the bug by
renaming the argument to `index-name`.
2015-06-23 17:21:12 -04:00
..
clojure/monger Fixes a bug with the 5-arity ensure-index function. The argument 2015-06-23 17:21:12 -04:00
java Monger's DBRef cannot work with com.mongodb.DBRef without fundamental re-thinking 2015-02-22 19:24:10 +03:00