13
I Use This!
High Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jan 07, 2025 — Jan 07, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
seperate out insert from save, and expose update as public More... almost 17 years ago
no constant for this More... almost 17 years ago
profiling support More... almost 17 years ago
update README More... almost 17 years ago
validate_collection. another test (and corresponding fix) for drop_collection. More... almost 17 years ago
drop_collection() More... almost 17 years ago
doc More... almost 17 years ago
collection_names() More... almost 17 years ago
tests that already pass More... almost 17 years ago
drop_database() More... almost 17 years ago
database_names() More... almost 17 years ago
TODO More... almost 17 years ago
copy a bunch of tests from the level 1 driver to the level 0 part More... almost 17 years ago
add son_manipulator module. can add manipulators to a db to transform incoming and outgoing objects. some basic manipulators (like an ObjectId injector). More... almost 17 years ago
add son_manipulator module and some basic manipulators More... almost 17 years ago
_name -> name More... almost 17 years ago
make full_name() and name() public More... almost 17 years ago
spam More... almost 17 years ago
wrong name More... almost 17 years ago
add no-op _fix_incoming and _fix_outgoing methods to the basic database object. the enhanced version adds _id + _ns and does auto-ref/deref More... almost 17 years ago
move ASC and DESC constants to the base db class. mirror them in the enhanced class More... almost 17 years ago
move kill_cursor stuff to connection level. add CursorManager class to handle killing cursors after they've been closed. default manager kills immediately 1 at a time. also add batch manager which is used by the 'enhanced' driver More... almost 17 years ago
unused imports More... almost 17 years ago
move command to database class and rename to _command for some semblence of privacy More... almost 17 years ago
update epydoc config More... almost 17 years ago
refactor Mongo to extend the base Database class. move tests to test directory and rework a bunch of them More... almost 17 years ago
add port(), host() and db getters. move tests to test directory More... almost 17 years ago
seperate modules for collection, cursor, database More... almost 17 years ago
add InvalidId to errors More... almost 17 years ago
remove run_tests - just use nose to auto discover tests More... almost 17 years ago