Download List

Descripción del Proyecto

Tie::Table (formerly known as TableMap) is a
lightweight Perl module which maps tables in DBI
data sources into hashes. It supports foreign
keys, so you can "walk" between tables by foreign
keys. For example, $user->company_id->{address}
gives the address of the user's company. It also
caches the result.

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.

2002-05-25 04:22
1.1.3

Este comunicado evita usar undef-s (NULL-s) como un valor de campo, y el rendimiento de la caché se ha mejorado drásticamente mediante la utilización de referencias débiles.
Tags: Minor bugfixes
This release avoids using undef-s (NULL-s) as a field value, and the cache performance is improved drastically by utilizing weak references.

2001-10-24 13:44
1.1.2

Nombre del proyecto cambió de TableMap atar:: Tabla. "insertar o actualizar" la sintaxis de la práctica. "SELECT1", "constraint1", "clave", y "los métodos de orden", agregó. Actualizaciones de la documentación y muchas pequeñas correcciones de errores agregó.
Tags: Major feature enhancements
Name of the project changed from TableMap to Tie::Table. "insert or update" syntax implemented. "select1", "constraint1", "key", and "order" methods added. Documentation updates and many small bugfixes added.

2001-01-30 15:14
1.0

Este comunicado añade una pequeña corrección de errores en invalidate_cache el "método" cuando se invoca con [] param.
This release adds a small bugfix in the "invalidate_cache" method when called with [] param.

Project Resources