Download List

프로젝트 설명

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

오류 처리 및보고, 향상된 세명의 문자열 탈출 기능이 추가되었습니다.
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

시간이 시간대 접미사 및 날짜 형식에 대한 지원이 추가되었습니다. 오류 처리 및 오류보고를 훨씬 향상됐다. 일부 메모리 누수가 수정되었습니다.
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

일부 문자열 검색 기능의 버그, 이는 libdbi 대신 빈 문자열을 NULL로 반환 발생 해결되었습니다.
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

내부 signedness 철저하게 제거하고 자동 입력 i386을 ()에 대한 개정을 시도 주류 리눅스와 BSD 시스템에서 64 비트 플랫폼을 포함하는 이동성을 향상 이외에 불일치. 연결 문자 인코딩에 대한 지원 및 이진 문자열을 인용 추가했다. 설명서를 업데이 트했습니다. 기본 Win32 이제 Cygwin에서 포트를 추가로 지원됩니다 MinGW을 사용하여 빌드합니다.
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 값을 이제는 GMT 대신에 로컬 시간대, 인코딩과 범위를 확인하기위한 접근, 추가된 반환되는 읽기 전용 문자열을 지원하는 말을 인용, 그리고 추가된 다양한 코너의 경우 버그가 수정되었습니다.
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