0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 10 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version and README More... over 12 years ago
Fix CasbahSyncDAO.backend to be package-private More... over 12 years ago
add index-related methods to AsyncDAO More... over 12 years ago
Use keywords for *Options objects in AsyncDAO More... over 12 years ago
Fix "async" module to compile again More... over 12 years ago
Add defaults for fields in the various Options case classes More... over 12 years ago
add name, fullName, ensureIndex, dropIndex, findIndexes, dropIndexes More... over 12 years ago
add a database field to SyncDAO to get at underlying DB. More... over 12 years ago
add a Database object with collectionNames, dropDatabase, createCollection More... over 12 years ago
Move queryFlagsAsInt to a new implicit in mongo.wire package More... over 12 years ago
Move the DBObject wrappers for BObject into the casbah package More... over 12 years ago
Privatize write result conversion in hammersmith More... over 12 years ago
privatize implicit conversions in casbah package More... over 12 years ago
Remove "name" argument from backend.underlyingDatabase More... over 12 years ago
add MongoBackend.underlyingCollection, underlyingDatabase, underlyingConnection More... over 12 years ago
Make CollectionOperations support custom classes that aren't case classes More... over 12 years ago
add select() feature to BValue More... over 12 years ago
add unwrappedAs[A] to BValue allowing a dynamically-typechecked unwrap More... over 12 years ago
Fix up hammersmith to use new WriteResult, ObjectId More... over 12 years ago
Let Eclipse reformat MongoConfig.scala More... over 12 years ago
Move lock when creating a connection to a finally block More... over 12 years ago
when generating bson-java copied source, only replace "object " with a space after More... over 12 years ago
Avoid overloading implicit conversion methods in JavaConversions More... over 12 years ago
Add conversion between our ObjectId and org.bson version for Casbah More... over 12 years ago
Drop scalaj-collection in favor of builtin JavaConversions More... over 12 years ago
Move unwrappedAsJava and java part of BValue.wrap to bson-java More... over 12 years ago
Get casbah module to compile with new types in the interface More... over 12 years ago
Allow CommandResult and WriteResult to be lazy More... over 12 years ago
Generate a private copy of bson-java for casbah and hammersmith More... over 12 years ago
Port the -async submodule to use the new WriteResult More... over 12 years ago