Changeset [b69511c439318b0c760755dc9c5b97499097d7f7] by Brendan W. McAdams
August 29th, 2010 @ 01:19 PM
- Backport of MongoDBObject related changes related to typing from 1.1 development
- Inclusion of Specs, with backport of MongoDBObjectSpec from 1.1 branch
- Improvement of type returns from MongoDBObject
- Builder and Factory now ALWAYS return a DBObject which makes more sense http://github.com/novus/casbah/commit/b69511c439318b0c760755dc9c5b9...
Committed by Brendan W. McAdams
- A src/test/scala/mongodb/MongoDBObjectSpec.scala
- M project/build/CasbahProject.scala
- M src/main/scala/mongodb/MongoDBObject.scala
- M src/main/scala/mongodb/query/BarewordOperators.scala
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Formerly known as "mongo-scala-wrappers". A series of wrappers and DSL-like functionality for utilizing MongoDB from within Scala. This currently utilises the very Java-oriented Mongo Java driver, and attempts to provide more scala-like functionality on top of it. The current (latest) version has been tested against MongoDB 1.4.x, with the 2.0 Java Driver (not all 2.0 driver features are wired in yet, as development began against 1.x). Your Mileage May Vary. See the docs and test classes for information on best practices and functionality. This work is open sourced by Novus Partners, Inc. <http://novus.com> under the Apache License v2.