Download List

Descripción del Proyecto

FlexiRecord is a Ruby library for object-oriented access to databases (object-relational-mapping/ORM). Each table is represented by a class, and each row of that table is represented by an object of that class. This library is especially aimed to properly support database transactions. Currently, only PostgreSQL (version 8.2 or higher) is supported as a backend.

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.

2007-12-09 15:11
1.0.7

Esta versión corrige un error que cayó columnas de la tabla para ser tratada como columnas de la tabla existente.
Tags: Minor bugfixes
This release fixes a bug which caused dropped
table columns to be treated like existing table
columns.

2007-04-18 00:30
1.0.6

Conexiones de base de datos en la agrupación de conexiones son ahora restablecido cuando se rompen.
Tags: Minor bugfixes
Database connections in the connection pool are now re-established if they are broken.

2007-03-26 00:23
1.0.5

Un error grave que se haya fijado valores numéricos negativos causados con una parte fraccional de leerse correctamente de la base de datos.
Tags: Minor bugfixes
A serious bug was fixed that caused negative numerics with a fractional part to be read incorrectly from the database.

2007-03-15 13:07
1.0.4

Un error en el preloader que problemas causados cuando una gran grabación contenía objetos duplicados (con la misma clave principal) se ha fijado.
Tags: Minor bugfixes
A bug in the preloader that caused trouble when a record array contained duplicate objects (with the same primary key) was fixed.

2007-03-11 16:06
1.0.3

Esta versión incluye el soporte para la flota, además de los racionales / valores numéricos.
Tags: Minor feature enhancements
This release adds support for floats in addition to rationals/numerics.

Project Resources