Download List

Descripción del Proyecto

GQL is a C++ library for generic SQL database access, modeled after JDBC (Java Database Connectivity). It includes drivers for PostgreSQL, MySQL, and SQLite, and includes GQL-Shell, an interactive database terminal called that features command-line editing, history, and database metadata (schema) browsing.

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-02-25 16:54
0.5.7

La recuperación de metadatos en el controlador de SQLite ha sido mejorado. Esto hace que GQL-Shell muy útil con bases de datos SQLite. Además, el gql-shell (1) página de manual se ha mejorado un poco.
Tags: Minor feature enhancements
The metadata retrieval in the SQLite driver has been enhanced. This makes GQL-Shell quite useful with SQLite databases. Furthermore, the gql-shell(1) manpage was improved a bit.

2003-02-20 16:19
0.5.6

El goofup valor de retorno en BasicSQLObject:: to_string () se ha fijado, junto con algunas pérdidas de memoria y un error en el controlador de segfaulting PostgreSQL.
Tags: Major bugfixes
The return value goofup in BasicSQLObject::to_string() was fixed, along with some memory leaks and a segfaulting bug in the PostgreSQL driver.

2003-01-28 23:24
0.5.3

GQL apoyo de Shell para contraseña / nombre de usuario que requieren conexiones de esta. El controlador de PostgreSQL se ha mejorado para aceptar las propiedades de conexión. Varios errores en el controlador de MySQL se han arreglado.
Tags: Minor feature enhancements
GQL-Shell support for password/username requiring connections was added. The PostgreSQL driver was enhanced to accept connection properties. Several bugs in the MySQL driver were fixed.

2002-10-02 14:09
0.5.1

El mal estado pkg-config se fija.
Tags: Minor bugfixes
The messed up pkg-config files were fixed.

2002-09-30 20:36
0.5.0

Biblioteca compartida versionados y los nombres de ruta se introdujeron para permitir la instalación en paralelo con las versiones futuras. El pkg-config nombres de módulos han sido cambiados para gql-0.5 y gdbi-0.5. La interfaz de DatabaseMetaData fue prorrogado por la get_primary_key métodos, get_cross_reference, get_imported_keys, get_exported_keys, y get_index_info. Estos métodos se aplicaron plenamente en el controlador de PostgreSQL y apagó en los demás.
Tags: Major feature enhancements
Versioned shared library and path names were
introduced to allow parallel installation with
future versions. The pkg-config module names have
been changed to gql-0.5 and gdbi-0.5. The
DatabaseMetaData interface was extended by the
methods get_primary_key, get_cross_reference,
get_imported_keys, get_exported_keys, and
get_index_info. These methods were implemented
fully in the PostgreSQL driver and stubbed in the
others.

Project Resources