Download List

프로젝트 설명

LibSDBI is a very simple SQL database interface, for multiple types of SQL databases. Its aim is to be able to manage multiple database types with a single interface, and it follows the KISS theory. It loads the database dependent codes from shared object(.so). In the basic tarball the PostgreSQL module is included.

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.

2003-01-26 17:41
0.9.10

config.hh types.hh, 그리고 해결되었습니다 기타 작은 버그가 수정되었습니다 파일에 포함되어있습니다. SDBI : : conn : : queryv stdargs를 사용하여 도입되었다. 이제 당신 자신의 구현 고객님의 쿼리 명령을 사용할 수있습니다.
Tags: Minor bugfixes
The config.hh include file has been fixed in types.hh, and other smaller bugs have been fixed. SDBI::conn::queryv was introduced using the stdargs. Now you can use your own query command in your own implementation.

2002-12-23 05:17
0.9.9

새 클래스, SDBI : : 가치, 여러 종류의 데이터를 처리하기위한 추가되었습니다. 지금, 그리고 부울 타입, 정수, 문자열을 처리할 수있는 문자열 기본값. 모두 가져오는 방법을 지금은 이런 종류의, 그리고 SDBI의 새로운 변종이 반환 : : conn : : 삽입하여이 형식을 지원이 추가되었습니다. 새 예외 클래스, SDBI : : query_error, 어떤 쿼리 텍스트 자체에 포함된 추가되었습니다.
Tags: Major feature enhancements
A new class, SDBI::value, has been added for handling different types of data. Now, it can handle Integer, String, and Boolean types, and defaults to String. All the fetching methods now return with this type, and a new variant of SDBI::conn::insert has been added which supports this type. A new exception class, SDBI::query_error, has been added which contains the query text itself.

2002-12-16 00:17
0.9.8

설명서는 HTML 형식으로 추가되었습니다. 지원 어디서 도서관 모듈에 대한 검색 LIBSDBI_MODULE_PATH 환경 변수에 추가되었습니다. 예외 지금 SDBI을 통해 비활성화할 수있습니다 : : enableexceptions (bool). 이는 정적 라이브러리에 연결되어있는 테스트 프로그램을위한 Makefile을 추가되었습니다. SDBI : : 튜플, 고정되었으며 SDBI : : 결과 : : iterator 형식이 추가되었습니다.
Tags: Major feature enhancements
Documentation was added in HTML format. Support was added for a LIBSDBI_MODULE_PATH environment variable where the library will also search for modules. Exceptions can now be disabled via SDBI::enableexceptions(bool). A Makefile for the test programs which are linked statically to the library has been added. SDBI::tuple has been fixed, and SDBI::result::iterator types has been added.

2002-12-03 23:46
0.9.7

이 릴리스에 추가 탈출 지원, 두 모듈 측면과 DB를 가진 유형의 API에 대한 내부, 보편적인 algirithm 탈출 방법은 포함되어 있지 않습니다. 오류 메시지가 수정되었습니다. 이제 쿼리 텍스트를 실제 오류 메시지가 안 나가. 새로운 테스트 프로그램은 대부분의 libsdbi 방법의 검사를 추가했다.
Tags: Minor feature enhancements
This release adds escaping support, both module-side and an internal, universal algirithm for DB types whose API does not contain an escaping method. Error messages have been fixed. You now get the real error messages, not the query text. A new test program was added which tests most of the libsdbi methods.

2002-12-01 21:36
0.9.6

콜백 함수를 이용하여 로깅에 대한 지원이 추가되었습니다. 이전 릴리스에서 가상 생성자에 대한 경고가 수정되었습니다. 지원 쿼리 탈출을 위해 추가되었으며 getlastquery ()이 구현되었습니다.
Tags: Minor feature enhancements
Support for logging via a callback function has been added. The warning for the virtual constructor in the previous release has been fixed. Support has been added for escaping the queries, and getlastquery() has been implemented.

Project Resources