Télécharger la liste

Description du projet

Ruby/Informix is a library for the Ruby programming language for connecting to an existing Informix database.

Système requise

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.

2010-02-03 17:24
0.7.3

Un bug a été corrigé qui rendait CursorBase # DROP soulever une exception ArgumentError sur Ruby 1.8.7. # Chaque base de données et base de données # each_hash ont été renommés de base de données et base de données foreach # # foreach_hash respectivement.
A bug was fixed that made CursorBase#drop raise an ArgumentError exception on Ruby 1.8.7. Database#each and Database#each_hash were renamed to Database#foreach and Database#foreach_hash respectively.

2008-04-02 07:48
0.7.0

Le type de données INTERVAL est pris en charge. Compatibilité avec Ruby 1.9 est assurée. Plus de méthodes de raccourci ont été ajoutées. Plus de documentation et de meilleure qualité avec des exemples a été écrit. Le code a été complètement réorganisé à partir d'un objet partagé unique écrit en C pour un ensemble de scripts Ruby enveloppant un noyau C.
Tags: Major feature enhancements
The INTERVAL data type is supported. Compatibility
with Ruby 1.9 was ensured. More shortcut methods
were added. More and better documentation with
examples was written. The code was completely
reorganized from a single shared object written in
C to a set of Ruby scripts wrapping a C core.

2007-10-26 10:55
0.6.2

La compilation sous Windows et base de données # colonnes ont été corrigés pour fonctionner correctement.
Tags: Minor bugfixes
Compiling under Windows and Database#columns were
fixed to work correctly.

2007-08-29 17:56
0.6.0

Une suite de test et de classes d'exception pour les erreurs Informix ont été ajoutés.
Tags: Major feature enhancements
A test suite and exception classes for Informix
errors were added.

2007-08-10 23:58
0.5.1

Cette version corrige un bogue dans le code pour l'interprétation des colonnes DATETIME: objets temps étaient instanciés avec des valeurs incorrectes lorsque les originaux ont zéros en tête et la colonne de type DATETIME a été défini avec le qualificatif HEURES AU SECOND.
Tags: Minor bugfixes
This release fixes a bug in the code for interpreting DATETIME columns: time objects were being instantiated with incorrect values when the original ones had leading zeroes and the DATETIME column was defined with the HOUR TO SECOND qualifier.

Project Resources