Tags give the ability to mark specific points in history as being important
-
-
-
v0.52
5d5baf9c · ·0.52 7th May 2013 * Updates for BDB 6.0 - Added Blob support - Added BerkeleyDB::DbStream class to interface to Blobs - Added BlobThreshold & BlobDir option to BerkeleyDB::Env constructor - Added BlobThreshold & BlobDir option to Hash, Btree & Heap constructors - Added get_blob_threshold method to BerkeleyDB::Env - Added get_blob_dir method to BerkeleyDB::Env - Added get_blob_threshold method to the Hash, Btree & Heap - Added get_blob_dir method to the Hash, Btree & Heap * Added method $cursor->set_partial * Added method $cursor->partial_clear * $env->lock_detect dies due to incorrect version check [RT #84179] * (Memory leak in db_verify() method. (libdb < 4.2)) [RT #84409] * Fix a few croaks -
-
v0.47
3945aa5f · ·0.47 1st June 2011 * Add support for new Heap database format. * Changes to build with BDB 5.2 -
v0.45
c6552ec9 · ·0.45 17th October 2010 * Fixed bug with c_pget when the DB_GET_BOTH flag is used. -
v0.40
9446b4f4 · ·0.40 7th January 2010 * Added support for set_tx_max, log_set_config, set_lk_max_lockers, set_lk_max_locks, set_lk_max_objects via the Env constructor. Parameter names are TxMax, LogConfig, MaxLockers, MaxLocks & MaxObjects respectively. RT# 50456 * seq->seq->close doesn't compile on win32. RT# 49474 -
v0.37
f65d4236 · ·0.37 18th February 2009 * Included CDS section to the pod. * Various documentation patches from RT#42243 -
v0.36
543e5d62 · ·0.36 30th September 2008 * Added support for $ENV->log_get_config and $ENV->log_set_config. Patch supplied by Yuval Kogman (#39651 rt.cpan.org) -
v0.35
dd280ad1 · ·0.35 22nd September 2008 * Added a combination of independent patches from Claes Jakobsson and Yuval Kogman (#38896 rt.cpan.org) to allow multi-key return from a secondard database. * Added support for sequences. Initial patch from Claes Jakobsson. * Get associate to use a transaction if one is specified. #5855 from rt.cpan.org * Finish transition of test harness to use Test::More -
v0.32
7f8a7299 · ·0.32 10th July 2007 * Updates to support Berkeley DB 4.6 * Remove all global static data from BerkeleyDB.xs. -
v0.30
7538284c · ·0.30 11th Sept 2006 * Fixed queue test harness for Berkeley DB 4.5 compliance * Added $env->lsn_reset, $txn->set_timeout, $env->set_timeout & $env->get_timeout, $txn->set_tx_max, $txn->get_tx_max -
v0.28
08d6c73a · ·0.28 11th June 2006 * Fixes for secondary where primary os recno. * GET_BOTH_RANGE wasn't working. It is now. * Added FreeBSD hints to README - patch supplied by David Landgren in #17675 from rt.cpan.org -
v0.24
a0fbe779 · ·0.24 27th September 2003 * Mentioned comp.databases.berkeley-db in README * Builds with Berkeley DB 4.2 * The return type for db->db_fd was wrongly set at DualType - should be int. -
-
v0.21
1342f48c · ·0.21 28th April 2003 * adding support for env->set_flags * adding recursion detection * win32 problem with rename fixed. * problem with sub-database name in Recno & Queue fixed. * fixed the mldbm.t test harness to work with perl 5.8.0 * added a note about not using a network drive when running the test harness. * fixed c_pget * added BerkeleyDB::Env::DB_ENV method * added support for encryption * the dbinfo script will now indicate if the database is encrypted * The CLEAR method is now CDB safe. -
v0.19
207558be · ·0.19 5th June 2002 * Removed the targets that used mkconsts from Makefile.PL. They relied on a module that is not available in all versions of Perl. * added support for env->set_verbose * added support for db->truncate * added support for db->rename via BerkeleyDB::db_rename * added support for db->verify via BerkeleyDB::db_verify * added support for db->associate, db->pget & cursor->c_pget * Builds with Berkeley DB 4.1.x -
v0.18
113f1736 · ·0.18 6th January 2002 * Dropped support for ErrFile as a file handle. It was proving too difficult to get at the underlying FILE * in XS. Reported by Jonas Smedegaard (Debian powerpc) & Kenneth Olwing (Win32) * Fixed problem with abort macro in XSUB.h clashing with txn abort method in Berkeley DB 4.x -- patch supplied by Kenneth Olwing. * DB->set_alloc was getting called too late in BerkeleyDB.xs. This was causing problems with ActivePerl -- problem reported by Kenneth Olwing. * When opening a queue, the Len proprty set the DB_PAD flag. Should have been DB_FIXEDLEN. Fix provided by Kenneth Olwing. * Test harness fixes from Kenneth Olwing. -
v0.17
dbae37bb · ·0.17 26 23 September 2001 * Fixed a bug in BerkeleyDB::Recno - reported by Niklas Paulsson. * Added log_archive - patch supplied by Benjamin Holzman * Added txn_discard * Builds with Berkeley DB 4.0.x -
v0.16
60fb90a9 · ·0.16 26 1 August 2001 * added support for Berkeley DB 3.3.x (but no support for any of the new features just yet)