First pass at SQLite support. Have everything through t/18 passing with all three...
[dbsrgits/DBM-Deep.git] / t /
2006-04-11 rkinyon Adding transactions further - settled on MVCC
2006-04-11 rkinyon Tagged 0.983 and removed the branch
2006-04-10 rkinyon Broke _root out into its own object, moved a few method...
2006-04-09 rkinyon Intermediate commit prior to radical file format change
2006-04-07 rkinyon Added a test to make sure that the header really works
2006-04-07 rkinyon Have a header now
2006-04-07 rkinyon Removed set_pack(), set_digest(), and precalc_sizes...
2006-04-07 rkinyon Recommenced testing of DATA filehandle
2006-04-06 rkinyon New testing feature that allows specification of the...
2006-03-25 rkinyon Added autovivification tests
2006-03-22 rkinyon Fixed failing test due to changed header
2006-03-22 rkinyon Added basic array test structure
2006-03-22 rkinyon Added more tests
2006-03-22 rkinyon Completed transcription of 02_hash.t
2006-03-21 rkinyon More tests added
2006-03-21 rkinyon Started migration to Test::Class
2006-03-20 rkinyon Fixed TODO test to check the right die message
2006-03-20 rkinyon Children are now tied directly instead of copied. This...
2006-03-18 rkinyon More tests
2006-03-18 rkinyon Converted some calls to new() into tie()
2006-03-17 rkinyon Added tests for storing tied stuff
2006-03-17 rkinyon Added unflocks to all tests so that the tests run on OSX
2006-03-09 rkinyon Fixed autobless confusion with _length_needed()
2006-03-08 rkinyon Incompatible file format change
2006-03-07 rkinyon Added dep on 5.6.0 and started breakout of request_spac...
2006-03-06 rkinyon Added fix for RT#17947 and fixed a bug from last checkin
2006-03-06 rkinyon Branched for fixes off of 0.98
2006-03-04 rkinyon Added guard to make sure values that cannot be read...
2006-03-03 rkinyon Broke out write_value in order to create scalarrefs
2006-03-03 rkinyon Fixed SIG_INTERNAL so that it works + more tests
2006-03-02 rkinyon Broke out reindexer into its own function
2006-03-02 rkinyon Removed warning, but left test directory
2006-03-02 rkinyon Failing test of using keys when referring to the head
2006-03-01 rkinyon Removed last holdouts of t/test?.db
2006-03-01 rkinyon Converted all tests to use File::Temp instead of t...
2006-03-01 rkinyon added test for freespace management
2006-03-01 rkinyon close() is now close_fh()
2006-03-01 rkinyon All globals are now converted to variables within the...
2006-03-01 rkinyon Removed global variable
2006-03-01 rkinyon Added setup_fh that handles inodes separate from open()
2006-03-01 rkinyon Added better tests of existence around failure to write...
2006-02-28 rkinyon Moved all constants into DBM::Deep::Engine
2006-02-28 rkinyon Moved _close() into the engine
2006-02-28 rkinyon Initial breakout into engine code
2006-02-28 rkinyon Removed error/clear_error functions
2006-02-28 rkinyon Added test to verify no writing to a readonly file
2006-02-28 rkinyon Added more tests on SPLICE
2006-02-27 rkinyon Added huge internal copy test
2006-02-27 rkinyon Hand-applied patch from David Cantrell to add file_offs...
2006-02-27 rkinyon Added test for exporting a blessed arrayref
2006-02-27 rkinyon export() now works with autobless
2006-02-27 rkinyon Added additional cases
2006-02-25 rkinyon Removed one call to reftype
2006-02-24 rkinyon Fixed array test slowness by preventing Test::Builder...
2006-02-24 rkinyon Tagged 0.97 tags/0-97 0-97
2006-02-24 rkinyon Cleaned up a little
2006-02-24 rkinyon Added failing test
2006-02-23 rkinyon Fixed some Cygwin test failures
2006-02-23 rkinyon Fixed missing inode problem
2006-02-23 rkinyon Fixed test counter mismatch w/fork
2006-02-23 jhuckaby Added test for special case where hash is stored blesse...
2006-02-23 jhuckaby Fixed optimize() bug with locking and added tests.
2006-02-23 rkinyon Improved the speed of Array PUT a little ... still...
2006-02-23 rkinyon Added tests on the return value of splice plus a commen...
2006-02-23 rkinyon Negative indices all work and all the array methods...
2006-02-22 rkinyon Added verification that autobless still allows access...
2006-02-22 rkinyon exists now works on negative arrays
2006-02-22 rkinyon Assignment to a negative value within the bounds of...
2006-02-22 rkinyon Started to make negative array indices work
2006-02-21 rkinyon Marked two tests as passing that were TODO
2006-02-21 rkinyon Cleared up some more TODO tests
2006-02-21 rkinyon Fixed naive use of {@_} in TIE*
2006-02-21 rkinyon UNSHIFT and PUSH now return the length of the new array
2006-02-21 rkinyon Fixed the fact that delete should return the value...
2006-02-20 rkinyon Renamed to remove from auto-running
2006-02-20 rkinyon Renamed to remove from auto-running
2006-02-20 rkinyon Failing test for scalar refs
2006-02-20 rkinyon Added tagline
2006-02-20 rkinyon Fixed test to reflect reality
2006-02-19 rkinyon Converted open() to sysopen()
2006-02-19 rkinyon Break out the Array and Hash ties into separate files
2006-02-18 rkinyon Added return values to lock()/unlock() and reinstated...
2006-02-18 rkinyon Removed assignment to make the test more stringent
2006-02-18 rkinyon Fixed the large tests so that they run 4x faster
2006-02-17 rkinyon Added test to demonstrate issue with object created...
2006-02-17 rkinyon Converted all ->print(...) to print( ...)
2006-02-17 rkinyon Taint doesn't work ... we need to fix that. The problem...
2006-02-17 rkinyon Added a test for export() + autobless => 1
2006-02-17 rkinyon Fixed my autobless stupidity and added a test demonstra...
2006-02-17 rkinyon Added a few more edge case tests re: when the fh is...
2006-02-16 rkinyon Final renamings
2006-02-16 rkinyon Renamings
2006-02-16 rkinyon Removed TODO markings for tests that are now fixed
2006-02-16 rkinyon Reorged and added some more tests for filetype failure
2006-02-16 jhuckaby converted TODO test into real one (corrupted master...
2006-02-15 rkinyon close() -> _close()
2006-02-15 rkinyon open() is now _open()
2006-02-15 rkinyon A few more fixes, bringing stmt to 94.9% and overall...
2006-02-14 rkinyon Added autobless_2.t
2006-02-14 rkinyon Added test for autobless files working with non-autobless
next