Added recursion test, hoisted staleness() to Sector.pm, and refactored to write_bucke...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Storage /
2010-01-06 Rob Kinyon (RT #48031) Better var localizations (Thanks, SPROUT!)
2010-01-05 Rob Kinyon Removed extraneous slashes from POD
2010-01-03 Rob Kinyon Don't need the commit with AutoCommit
2010-01-03 Rob Kinyon Added infrastructure to support transactions in ::DBI...
2010-01-03 Rob Kinyon Fixed up so that SQLite is supported
2010-01-03 Rob Kinyon First pass at SQLite support. Have everything through...
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 Got some basic functionality working. Still isn't fully...
2009-12-04 Rob Kinyon Refactored Sector:: out from under Engine:: and into...
2009-11-30 Rob Kinyon Migrated setup_fh -> setup and moved lots of POD into...
2009-11-30 Rob Kinyon Created concept of Storage:: in order to start adding...