Tie-Hash-DBD.git
2013-02-14 H.Merijn Brand... Update META checker master
2012-05-20 H.Merijn Brandmeta-spec in json is an integer
2012-01-11 H.Merijn BrandUp copyright to 2012
2011-09-08 H.Merijn BrandMake all my ChangeLog's look more or less the same
2011-09-07 H.Merijn BrandNAME / DISTNAME in Makefile.PL 0.10
2011-09-07 H.Merijn Brandignore speedcheck intermediate files 0.09
2011-09-07 H.Merijn BrandMake minimal version checks subtests
2011-09-07 H.Merijn BrandMore perls to test with
2011-09-07 H.Merijn BrandAdd Redis speed check with undef encoding
2011-09-07 H.Merijn BrandMore cross-checks for META data
2011-01-25 H.Merijn BrandIt is 2011 now
2011-01-25 H.Merijn BrandTests for transaction setting (Karl Gaissmaier) 0.08
2011-01-24 H.Merijn BrandUpdate versions to most recent
2011-01-24 H.Merijn BrandAdd CDB_File speed comparison
2011-01-24 H.Merijn BrandAdd transaction support (Tie::Hash::DBD only for now)
2011-01-24 H.Merijn BrandDoc fix
2010-10-19 H.Merijn BrandAlso mention Redis::Hash and compare speed using it
2010-10-05 H.Merijn BrandUse Storable's nfreeze () instead of freeze ()
2010-09-06 H.Merijn BrandRelease 0.07 0.07
2010-09-06 H.Merijn BrandA bit more docs
2010-09-06 H.Merijn Brandnumeric primary keys not null
2010-09-06 H.Merijn BrandMove key updater to object, prefer ranges over select...
2010-09-05 H.Merijn BrandFinish SPLICE for Tie::Array::DBD
2010-08-20 H.Merijn Brandsyntax errors in below 5.11.0 crash the test :(
2010-08-20 H.Merijn Brandkeys @array; and values @array; where legal as of 5...
2010-08-20 H.Merijn Brandbulk tests for ::Array
2010-08-20 H.Merijn BrandTest Tie::Array::DBD for the other DBD's
2010-08-20 H.Merijn BrandStart implementation of Tie::Array::DBD
2010-08-20 H.Merijn BrandCheck every stored value after storing it
2010-08-10 H.Merijn BrandThe SCALAR method *is* private for TIEHASH 0.06
2010-08-10 H.Merijn BrandCPANTESTERS++
2010-08-10 H.Merijn BrandDeclare what I provide
2010-08-10 H.Merijn BrandDon't use arbitrary limits, but stop when too slow
2010-08-10 H.Merijn BrandShorten skip messages for failing DBD's
2010-08-10 H.Merijn BrandDo spell checking before dist 0.05
2010-08-10 H.Merijn Brandspelling
2010-08-10 H.Merijn BrandUnify can't load with PERL_DL_NONLAZY
2010-08-10 H.Merijn BrandMake Unify work - documentation
2010-08-10 H.Merijn BrandUnify works!
2010-08-10 H.Merijn BrandUnify != Oracle
2010-08-10 H.Merijn BrandTry to add Unify
2010-08-09 H.Merijn Brand<ore speed!
2010-08-09 H.Merijn BrandMore speed comparison 0.04
2010-08-09 H.Merijn BrandAdd timing to bulk tests
2010-08-09 H.Merijn BrandOracle should not have AutoCommit in new concept
2010-08-09 H.Merijn Brandtypo in Oracle dsn
2010-08-09 H.Merijn BrandImplement and test persistence
2010-08-09 H.Merijn BrandDocumentation
2010-08-09 H.Merijn BrandRaise Oracle BLOB read length
2010-08-09 H.Merijn BrandDeclare Storable as requirement
2010-08-09 H.Merijn BrandShip stream tests 0.03
2010-08-09 H.Merijn BrandImplement streaming/persistence (Storable)
2010-08-06 H.Merijn Brandprevent warnings for undefined ORACLE_HOME
2010-08-06 H.Merijn BrandNote changes
2010-08-06 H.Merijn BrandOops
2010-08-06 H.Merijn BrandAdd CSV bulk test
2010-08-06 H.Merijn BrandOracle now works (with restrictions)
2010-08-06 H.Merijn BrandPushed to remote repo
2010-08-06 H.Merijn BrandRefactor options
2010-08-06 H.Merijn BrandMore documentation
2010-08-06 H.Merijn BrandUpdate Changes
2010-08-06 H.Merijn BrandAdd mysql bulk test, but disabled for now
2010-08-06 H.Merijn BrandFactor out create table, so we can use it for persisten...
2010-08-06 H.Merijn BrandMore documentation
2010-08-05 H.Merijn BrandMotivate to use recent DBD's
2010-08-05 H.Merijn BrandDo not distribute spell word list
2010-08-05 H.Merijn BrandSpell checked 0.02
2010-08-05 H.Merijn BrandOracle sucks beyond belief
2010-08-05 H.Merijn BrandMention changes
2010-08-05 H.Merijn BrandAllow DSN for $dbh and reorganize tests
2010-08-05 H.Merijn BrandDocumentation
2010-08-05 H.Merijn BrandAdd CSV support
2010-08-05 H.Merijn BrandRestruct conf and add SQLite
2010-08-05 H.Merijn BrandAdd bulk test
2010-08-05 H.Merijn BrandRenamed Tie::DBD to Tie::Hash::DBD
2010-08-04 H.Merijn BrandAdd MySQL 0.01
2010-08-04 H.Merijn Branduse field names that are less reserved-prone
2010-08-04 H.Merijn BrandInitial checkin