Download List

Descripción del Proyecto

DBIx-Class is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as Perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query.

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.

2011-01-20 07:33
0.08127

advertencias Se han añadido nuevos. Una serie de mejoras / diagnóstico de la manipulación de resultados activos múltiples en más de MSSQL DBD:: ODBC se llevaron a cabo. Había otras mejoras y correcciones de errores.
Tags: Stable, Minor, improvement
New warnings were added. A number of improvements/diagnostics of multiple active resultset handling on MSSQL over DBD::ODBC were implemented. There were other improvements and bugfixes.

2010-12-27 20:42
0.08125

El método columns_info ResultSource se añadió, que devuelve varios pares de nombre de la columna / información a la vez. búsqueda $ rs-> ahora inicia una excepción cuando se llama en el contexto de vacío. Hubo otros cambios y correcciones de errores.
Tags: Stable, minor feature enhancement
The ResultSource columns_info method was added, which returns multiple pairs of column name/info at once. $rs->search now throws an exception when called in void context. There were other changes and bug fixes.

Project Resources