0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 13 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix broken build in casbah DAOTest More... almost 13 years ago
Add syncDAO[E,V] to CollectionOperations so distinct() can be used More... almost 13 years ago
add an @implicitNotFound error message on GenericSyncDAOChooser More... almost 13 years ago
privatize caseClassSyncDAO and bobjectSyncDAO, always use syncDAO More... almost 13 years ago
add tests for findOne variants More... almost 13 years ago
adjust JSON tests for lift-json bug that was fixed More... almost 13 years ago
for BObject or JObject with more than 7 fields, lazily build a HashMap index More... almost 13 years ago
add unit tests for find() with skip and limit More... almost 13 years ago
add an AllFields object subclassing Fields, in addition to IncludedFields and ExcludedFields More... almost 13 years ago
test that case class fields can be omitted in find() if they are Option fields More... almost 13 years ago
Test that you can't restrict fields to load when asking for a case class More... almost 13 years ago
add some missing toString methods More... almost 13 years ago
add tests for find() with included/excluded fields specified More... almost 13 years ago
Fix ComposedDAO.find to pass the FindOptions through to the inner DAO More... almost 13 years ago
add tests for a number of SyncDAO methods More... almost 13 years ago
add comment wondering if distinct() should return iterator instead of seq More... almost 13 years ago
add empty unimplemented test methods to test all the SyncDAO methods More... almost 13 years ago
Comment questioning whether findAndReplace needs a flags parameter More... almost 13 years ago
Improve completeness of SyncDAO: skip, limit, query flags, fix save() More... almost 13 years ago
Factor most of DAOTest up into AbstractDAOTest More... almost 13 years ago
Derive a default collection name from the name of the CollectionOperations object More... almost 13 years ago
Refactor to use "cake pattern" to mix Casbah backend in to CollectionOperations More... almost 13 years ago
Split most of CasbahCollectionOperations up into the base CollectionOperations trait More... almost 13 years ago
rename DAOGroup.scala to CasbahDAOGroup.scala for accuracy More... almost 13 years ago
Greatly extend the set of operations on SyncDAO including optional parameters More... almost 13 years ago
Disable async and Hammersmith code temporarily More... almost 13 years ago
Complete test coverage for JSON parser and tokenizer More... almost 13 years ago
Remove unused withLiftExceptionsConverted method More... almost 13 years ago
remove an unused method nextOrNone from JsonToken More... almost 13 years ago
Move lift-json dependency to tests only, no longer required by library More... almost 13 years ago