Mickey J Winters
Mickey J Winters
right now monger seems to be using the 3.6-beta2 version of the java mongodb driver. the latest version is 3.8.2 (oddly driver versions seem to differ slightly from server versions...
see #175 there is a workaround to get 3.8.x stuff which probably has transactions
This seems to be just some strangeness with the clojure pretty printer if you do `{(keyword "projfoobar/files/foo") "foo"}` it returns `#:projfoobar{:files/foo "foo"}` which seems to be some kind of namespaced...
as the article suggests you have to run explain with the executionStats option which unfortunately doesn't seem to be supported by the java driver :'( [here](https://mongodb.github.io/mongo-java-driver/3.6/javadoc/com/mongodb/DBCollection.html#explainAggregate-java.util.List-com.mongodb.AggregationOptions-) the api only allows...
Is this php code? I'm not sure what this has to do with monger, the community clojure driver. In the future please consult the mongodb manual for questions not specific...
I'm confused about the same issue ```{ "name":"edisc", "summary":"test summary", "description":"test description", "Liscense":"MIT", "files" :[ { "from": "edisc", "to": "%{_bindir}/", "base": "", "type": "" } ] } ``` also what...
I found the solution. you have to provide --version or else this error appears. maybe the error message should be changed to be more helpful or the --version flag should...