Changeset [8bd6364c39ce571022379846981c4a95c6b38a26] by Brendan W. McAdams
September 4th, 2010 @ 02:45 PM
- Migrated Logging into core and out of commons
- Fixed an issue with Bareword Query operators not functioning due to where they were placed. http://github.com/novus/casbah/commit/8bd6364c39ce571022379846981c4...
Committed by Brendan W. McAdams
- A casbah-core/src/main/scala/Logger.scala
- R casbah-commons/src/main/scala/Logger.scala
- M casbah-commons/src/main/scala/MongoDBObject.scala
- M casbah-commons/src/test/scala/MongoDBObjectSpec.scala
- M casbah-core/src/main/scala/MongoCollection.scala
- M casbah-core/src/main/scala/MongoDB.scala
- M casbah-core/src/main/scala/conversions/Helpers.scala
- M casbah-core/src/main/scala/conversions/MonkeyPatches.scala
- M casbah-core/src/main/scala/conversions/ScalaConversions.scala
- M casbah-core/src/main/scala/map_reduce/MapReduceCommand.scala
- M casbah-core/src/main/scala/map_reduce/MapReduceResult.scala
- M casbah-gridfs/src/main/scala/GridFS.scala
- M casbah-mapper/src/main/scala/mapper/Mapper.scala
- M casbah-mapper/src/test/scala/MapperSpec.scala
- M casbah-query/src/main/scala/BarewordOperators.scala
- M casbah-query/src/main/scala/CoreOperators.scala
- M casbah-query/src/main/scala/Implicits.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.