Download List

Descripción del Proyecto

libstldb4 is a C++ wrapper for the sleepycat db4
database. It uses the STL in the API where
sensible, allows standard IOStreams for data
access where sensible, e.g. getting the value of a
key should be able to use an istream interface to
allow simple partial value retreival, and moves
the transaction parameter to be the last optional
parameter or provides two versions of the same
method for trans/nontrans. The API has been
modified to use more standard types. Operator
overloading is used to allow quick and dirty
coding (mydb[ "key" ] = "value";) to set and cerr.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-01-10 02:57
0.4.99

Esta moveCursorNextDup publicar actualizaciones () para devolver final () cuando no existen duplicados, y añade nueva base de datos:: makeSecondaryIndex () que toma fh_env también.
Tags: Minor feature enhancements
This release updates moveCursorNextDup() to return end() when no more duplicates exist, and adds new Database::makeSecondaryIndex() that takes fh_env as well.

2008-01-06 13:24
0.4.96

La copia interna de Berkeley DB se ha actualizado a la versión 4.6.21. STLdb4 ahora se puede construir sobre Symbian 60v3. Pequeñas actualizaciones se hicieron para la construcción a través de las distribuciones de Linux en OBS.
Tags: Major feature enhancements
The internal copy of Berkeley db was updated to
version 4.6.21. STLdb4 can now be built on Symbian
60v3. Minor updates were made for building across
Linux distributions on OBS.

2007-02-12 08:42
0.4.6

Un error de asignación de memoria en find_partial () se ha fijado.
Tags: Minor bugfixes
A memory allocation bug in find_partial() was
fixed.

2006-10-26 13:16
0.4.5

Un error potencial en ~ transacción () se ha fijado. Soporte para el uso de un funtor Loki como la base de datos de pedido función se añadió. offsetNullTerminatedSecIdxFunction () se ha añadido para la indexación de secundaria. Transacción:: setDefaultDestructionIsAbort () se ha añadido a apoyar el modelo de diseño RAII.
Tags: Minor feature enhancements
A potential bug in ~Transaction() was fixed. Support for using a Loki functor as the database ordering function was added. offsetNullTerminatedSecIdxFunction() was added for secondary indexing. Transaction::setDefaultDestructionIsAbort() was added to support the RAII design pattern.

2006-10-13 15:27
0.4.3

Esta versión incluye nuevos métodos sobrecargados para el acceso db READ_ONLY.
Tags: Minor feature enhancements
This release adds new overloaded methods for
read_only db access.

Project Resources