Télécharger la liste

Description du projet

libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using this framework. The plugin architecture allows for new database drivers to be easily added by a third party with flexible licensing.

Système requise

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.

2008-02-06 23:12
0.8.3

La gestion des erreurs et des rapports a été amélioré, et trois cordes fonctions s'échapper ont été ajoutés.
Tags: Minor feature enhancements
Error handling and reporting was improved, and three string-escaping functions were added.

2007-02-20 12:08
0.8.2

Soutien à un suffixe de fuseau horaire dans le temps et les types date a été ajoutée. La gestion des erreurs et des rapports d'erreur ont été largement améliorées. Certaines fuites de mémoire ont été corrigés.
Tags: Minor feature enhancements
Support for a timezone suffix in time and date types was added. Error handling and error reporting were vastly improved. Some memory leaks were fixed.

2005-09-28 22:26
0.8.1

Un bug dans certaines des fonctions de chaîne de récupération a été fixé, qui a causé libdbi à retourner NULL au lieu d'une chaîne vide.
Tags: Major bugfixes
A bug in some of the string retrieval functions was fixed, which caused libdbi to return NULL instead of an empty string.

2005-09-01 00:18
0.8.0

Les internes ont été soigneusement révisés afin de supprimer signedness et silencieux (sur i386) type inadéquations dans une tentative pour améliorer la portabilité au-delà des traditionnels systèmes Linux et BSD, y compris les plates-formes 64 bits. Support de connexion pour les encodages des caractères et pour la cotation des chaînes binaires, a été ajoutée. La documentation a été mise à jour. Win32 natif construit en utilisant Mingw sont désormais supportés en plus du port Cygwin.
Tags: Major bugfixes
The internals were thoroughly revised to remove signedness and silent (on i386) type mismatches in an attempt to improve portability beyond the mainstream Linux and BSD systems, including 64bit platforms. Support for connection character encodings and for quoting binary strings was added. The documentation was updated. Native Win32 builds using Mingw are now supported in addition to the Cygwin port.

2004-01-19 22:43
0.7.2

time_t valeurs sont maintenant retournés en heure GMT au lieu de l'heure locale, les accesseurs aux encodages et vérification de plage ont été ajoutés, chaîne en lecture seule citant un soutien a été ajouté, et un coin de divers bugs de cas ont été fixées.
Tags: Minor bugfixes
time_t values are now returned in GMT instead of local time, accessors for encodings and range checking were added, read-only string quoting support was added, and various corner-case bugs were fixed.

Project Resources