Refactored to _descend to fix the recursion bug
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine / DBI.pm
2010-01-11 Rob Kinyon Refactored to _descend to fix the recursion bug
2010-01-11 Rob Kinyon Added recursion test, hoisted staleness() to Sector...
2010-01-03 Rob Kinyon Added infrastructure to support transactions in ::DBI...
2009-12-31 Rob Kinyon Fixed typo
2009-12-30 Rob Kinyon Added supports() and rewrote the tests so that Engine...
2009-12-28 Rob Kinyon Fixed how classname is stored
2009-12-27 Rob Kinyon Fixed problem with large keys over 65535 bytes.
2009-12-27 Rob Kinyon Fixed problem with second-level values being overwritte...
2009-12-26 Rob Kinyon Got arrays working, requiring that make_reference and...
2009-12-26 Rob Kinyon Fixed a bug with DBI iterators and made the tets self...
2009-12-25 Rob Kinyon Started refactoring of Iterator hierarchy
2009-12-25 Rob Kinyon Got some basic functionality working. Still isn't fully...
2009-12-05 Rob Kinyon Converted ->load calls into Engine::->load_sector(...
2009-12-04 Rob Kinyon Refactored Sector:: out from under Engine:: and into...