Download List

Projeto Descrição

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.

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.

2008-02-06 23:12
0.8.3

Tratamento de erros e elaboração de relatórios foi melhorado, e seqüência de três funções escapar foram adicionados.
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

Suporte para um sufixo de fuso horário no tempo e tipos de data foi adicionado. Tratamento de erros e elaboração de relatórios de erro foram amplamente melhorada. Alguns vazamentos de memória foram corrigidos.
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

Um bug em algumas das funções de recuperação de corda foi fixada, o que causou libdbi retornar NULL, em vez de uma seqüência vazia.
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

Os internos foram cuidadosamente revisada para remover com assinatura e silencioso (em i386) Tipo de inadequações na tentativa de melhorar a portabilidade para além do mainstream sistemas Linux e BSD, incluindo plataformas de 64 bits. Suporte para codificação de caracteres de conexão e para delimitar strings binárias foi adicionado. A documentação foi atualizada. Win32 nativo constrói utilizando o MinGW agora são suportados para além da porta 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 valores são retornados em vez de GMT, hora local, os assessores para codificações e verificação de intervalo foram adicionados, leia-corda só citando o suporte foi adicionado, e canto vários bugs foram corrigidos caso.
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