Download List

Descripción del Proyecto

The SimpleDB API is a C++ API designed to
encapsulate the ODBC API functionality in an
object oriented manner.

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.

2006-07-15 09:02
1.10

DoubleColumn, IntColumn, y BigintColumn se han añadido. El LongColumn está obsoleto.
Tags: Minor feature enhancements
DoubleColumn, IntColumn, and BigintColumn were added. The LongColumn is deprecated.

2006-06-18 17:31
1.9

Esta versión incluye el objeto ScopedTransaction para realizar transacciones más fácil y más correcta (que no se supone que el uso BEGIN y COMMIT consultas con ODBC). También hace que las transacciones excepción de seguridad. El archivo de encabezado principal reside ahora directamente en el directorio include.
Tags: Major feature enhancements
This release adds the ScopedTransaction object to make transactions easier and more correct (you aren't supposed to use BEGIN and COMMIT queries with ODBC). It also makes transactions exception safe. The main header file now resides directly in the include directory.

2006-04-15 07:36
1.8

La aplicación se oculta utilizando el lenguaje pimpl. Otras limpiezas código general se hicieron. La función de newQuery en el objeto de base de datos está desfasada. El constructor de la consulta debe ser utilizado directamente en su lugar.
Tags: Code cleanup
The implementation was hidden by using the pimpl idiom. Other general code cleanups were made. The newQuery function on the database object was deprecated. The Query constructor should be used directly instead.

2005-12-28 10:37
1.3

El "Debian" directorio fue removido de las fuentes originales.
Tags: Code cleanup
The "debian" directory was removed from the
upstream sources.

2005-10-28 08:38
1.2

Este lanzamiento corrige principalmente el entorno de compilación y añade algunas características de menor importancia. Este software ha sido movidos fuera de beta, ya que ahora parece muy estable. Ha estado funcionando en un entorno de producción durante algún tiempo.
Tags: Minor bugfixes
This release primarily fixes up the build
environment and adds some minor features. This
software has been moved out of beta because it now
seems very stable. It has been running in a
production environment for some time now.

Project Resources