0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add support for disabling transactions (useful for bulk import scripts) More... over 14 years ago
improve marshal code. don't dup saved_attributes on read More... over 14 years ago
add test for DB_SECONDARY_BAD errors More... over 14 years ago
fix typo in transaction recovery code More... over 14 years ago
prevent partition values from leaving the directory More... over 14 years ago
add support for page markers for efficient pagination More... over 14 years ago
ignore test/tmp More... over 14 years ago
add synchronization to make active_document thread safe More... over 14 years ago
add constant for partition file separator More... over 14 years ago
add support for non-nested transactions and use them to open and associate all secondary dbs in the same transaction we open the primary in. More... over 14 years ago
added partitioning More... over 14 years ago
simplfy ActiveDocument::Database to just contain all secondary indexes. this will make partitioning much easier More... over 14 years ago
remove explicit opens. delegate all access to indexes through the primary database. add with_cursor. More... over 14 years ago
add partial find methods for all possible partial key combinations More... over 14 years ago
override Array#<=> so that ranges of tuples will be allowed More... over 14 years ago
more error handling fixes More... over 14 years ago
remove max_mutex option. i was setting them way too low anyway More... over 14 years ago
added env_config and db_config. improved opening and closing of environments and databases to be repeatable. improved deadlock test More... over 14 years ago
add deadlock detection, corruption detection, and transaction/lock timeouts More... over 14 years ago
add boolean accessors and update_attributes. fix to_json. More... over 14 years ago
fix :partial flag getting ignored. add modify_opts helper More... over 14 years ago
Regenerated gemspec for version 0.0.6 More... over 14 years ago
Version bump to 0.0.6 More... over 14 years ago
add multi_key flag to index_by. improved tests and readme More... over 14 years ago
create new databases through the environment More... over 14 years ago
Regenerated gemspec for version 0.0.5 More... over 14 years ago
Version bump to 0.0.5 More... over 14 years ago
reverse traversal fixes. require active_support More... over 14 years ago
Regenerated gemspec for version 0.0.4 More... over 14 years ago
Version bump to 0.0.4 More... over 14 years ago