Download List

Descripción del Proyecto

CLSQL is an SQL database interface for Common Lisp. It provides object-oriented and functional access methods to the underlying database, which can be one of MySQL, ODBC, PostgreSQL, or SQLite. It uses the Unified Foreign Function Interface (UFFI) and thus supports the CMU Common Lisp, Steel Bank Common Lisp, and Allegro Common Lisp implementations.

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.

2004-12-30 23:50
3.1.4

Este comunicado detecta y soporta enteros sin signo en bases de datos.
Tags: Minor feature enhancements
This release detects and supports unsigned integers in databases.

2004-12-08 17:40
3.1.2

Esta versión ya no usa el "cambio de clase" cuando se ejecuta en CLISP, y también acepta cadenas en lugar de los símbolos sólo como nombres de tabla.
Tags: Minor bugfixes
This version no longer uses "change-class" when running on
CLisp, and also accepts strings instead of only symbols as
table names.

2004-11-14 15:34
3.1.1

Esta versión ignora cayó columnas y utiliza el SB-MD5 del paquete en un entorno sbcl.
Tags: Minor feature enhancements
This version ignores dropped columns and uses the
sb-md5 package in an sbcl environment.

2004-11-10 16:42
3.1.0

Esta versión incluye una nueva base de datos backend para apoyar SQLite 3. La interfaz funcional ahora soporta la "menor" y "superior" funciones SQL.
Tags: Major feature enhancements
This version includes a new database backend to
support SQLite 3. The functional interface now
supports the "lower" and "upper" SQL functions.

2004-10-23 22:08
3.0.11

Además de varias correcciones de errores, el servidor MySQL de CLSQL ahora acepta: BLOB como un tipo de resultado.
Tags: Minor bugfixes
Besides several bugfixes, the MySQL backend of
CLSQL now accepts :blob as a result type.

Project Resources