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

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.
標籤: Minor bugfixes

2002-12-23 05:17
0.9.9

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.
標籤: Major feature enhancements

2002-12-16 00:17
0.9.8

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.
標籤: Major feature enhancements

2002-12-03 23:46
0.9.7

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.
標籤: Minor feature enhancements

2002-12-01 21:36
0.9.6

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.
標籤: Minor feature enhancements

Project Resources