Download List

Descripción del Proyecto

The DBIWrapper is a Perl Module that provides for easier access to databases using DBI. It supports MySQL, PostgreSQL, and ODBC DBD modules. High level methods for reading, writing, commiting, and rolling back transactions to the database are provided. XML or DBI data structures can be used.

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.

2005-10-18 09:10
0.22

DBD:: Sybase es la empresa con apoyo oficial y la getData ... los métodos (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) todos sabemos cómo manejar adecuadamente los posibles conjuntos de resultados que Sybase puede regresar. getID () se ha añadido para el retorno de la identificación de la última fila insertada.
Tags: Stable, Major feature enhancements
DBD::Sybase is now officially supported and the getData... methods (getDataArray, getDataArrayHeader, getDataHash, getDataHashHeader) all know how to properly handle the possible multiple result sets that Sybase can return. getID() was added for returning the ID of the last inserted row.

2005-04-01 16:59
0.21

Esta versión incluye un error de manejo de infraestructura renovado el modelo de la gestión de errores en el Portal:: código de base desarrollado en el proyecto PCXPortal.
Tags: Stable, Major feature enhancements
This release adds a revamped error handling infrastructure modeled after
the error handling in the Portal::Base code developed in the PCXPortal
project.

2004-06-30 22:48
0.20

El cambio más importante es la incorporación del método de readHTML (), que devuelve un código HTML que contiene el resultado de la instrucción SELECT de SQL especificada. El HTML generado es altamente personalizable a través de CSS. Los pequeños cambios son la adición de funciones de apoyo boolean convertir de 1 / 0 a verdadero / falso.
Tags: Stable, Major feature enhancements
The major change is the addition of the readHTML() method, which returns an HTML snippet containing the output of the specified SQL select statement. The generated HTML is highly customizable via CSS. The minor changes are the addition of boolean support functions to convert from 1/0 to true/false.

2004-03-16 23:35
0.19

Esta versión corrige algunos problemas de dependacy de paquetes de Debian en el que se indica las versiones C de libdbd y libdbi, no las versiones de Perl. El leer, ReadXml, escribir, y los métodos de setError se han actualizado para aceptar, opcionalmente, un solo argumento y lo tratan como el principal argumento en lugar de exigir que todos los argumentos que pasó por su nombre. Para leer, ReadXml, y escribir, este argumento es SQL. Vea la página man para más detalles.
Tags: Stable, Minor feature enhancements
This release fixes some Debian packaging dependacy issues where it was suggesting the C versions of libdbd and libdbi, not the Perl versions. The read, readXML, write, and setError methods were updated to optionally accept a single argument and treat it as the major argument instead of requiring that every argument be passed by name. For read, readXML, and write, this argument is SQL. See the man page for more details.

2002-10-12 01:53
0.18

El controlador de código de error en los módulos de XML que sólo se devuelve el error por primera vez (y no todos los errores) se ha fijado.
Tags: Stable, Minor bugfixes
The error code handler in the XML modules that was only returning the first error reported (and not all errors) has been fixed.

Project Resources