Casbah: 1.1
- ORM Style annotation functionality
- Serialization to/from arbitrary Scala Objects <-> DBObject/BSON
Brendan W. McAdams's assigned tickets 16 tickets open
- #1 Add support for $elemMatch operator enhancement query-dsl new
- #2 Investigate behavior of size & count esp. w/ iteration bug core open
- #3 Add Context Bounds support for limiting valid input types on DBOBject, etc. core enhancement new
- #5 Add support for $type operator for casting/checking enhancement query-dsl open
- #6 Add support for $or operator enhancement query-dsl new
- #7 Investigate supporting $each operator as referenced in $addToSet enhancement query-dsl research new
- #9 Fix support for implicitly converting (String, ObjectId) Pairs bug core implicits new
- #10 Fix Type Erasure Warnings in Build bug core new
- #11 Detect and flatten nested arrays in array commands like $in bug query-dsl new
- #12 Investigate Support for Unwrapping Option[_] sanely no tags new
- #13 Verify Behavior esp. regarding count/size with Skip/Limit no tags new
- #14 Add support for $slice operator no tags new
- #15 Implementation of GridFS Command Line Tool no tags new
- #16 Confirm API sanity with 2.1 driver no tags open
- #17 Support write concerns better (Execute method around) no tags new
- #18 findAndModify / findAndRemove no tags new
Closed Tickets
-
✔ #8
Fix $pushAll syntaxbug mustfix query-dsl ✓resolved
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.