Added more tests and rollback/commit are kinda working
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine3.pm
2006-12-18 rkinyon Added more tests and rollback/commit are kinda working
2006-12-13 rkinyon Transactions now seem to work, except for the rollback...
2006-12-09 rkinyon Initial code written for transactional isolation
2006-12-09 rkinyon The engine object is now a singleton in preparation...
2006-12-05 rkinyon Long classnames are now supported
2006-12-05 rkinyon Removed deep recursion warning by converting tail-recur...
2006-12-05 rkinyon Large values are now handled
2006-12-04 rkinyon Reactivated a test for multi-DB cross-reference
2006-12-04 rkinyon import and export are turned back on and working
2006-12-04 rkinyon autobless added back in
2006-12-04 rkinyon Values are now restricted to only legal values (hash...
2006-12-04 rkinyon Added freespace management
2006-12-04 rkinyon Fixed how header_var was set during _read_file_header...
2006-12-04 rkinyon Keys now works and tests that aren't meant to pass...
2006-12-01 rkinyon Arrays now work correctly
2006-12-01 rkinyon Autovivification of references now works
2006-12-01 rkinyon Added autovivification at the leaf level
2006-11-30 rkinyon Deleting a key now returns the value
2006-11-30 rkinyon Added in storage of the key at the hash instead of...
2006-11-29 rkinyon Added delete
2006-11-29 rkinyon Can actually store more than one keyval pair at a time
2006-11-28 rkinyon Added Null datatype
2006-11-27 rkinyon Got a store and a retrieve working
2006-11-27 rkinyon Converted to using an object for each file sector type
2006-11-22 rkinyon Cleaned up - moving towards better file format
2006-11-18 rkinyon We pass test 1 for a new engine