[ANN] Active Record 0.7.5: Object-relation mapping put on rails

Submitted a patch to the Patch Forum at http://activerecord.rubyonrails.org

Regards,

Michael

···

On Tue, Jun 01, 2004 at 02:00:08AM +0900, Michael Neumann wrote:

On Mon, May 31, 2004 at 01:06:03AM +0900, David Heinemeier Hansson wrote:

I’m incredibly proud to present the first public release of Active
Record – an implementation of the ActiveRecord pattern for
object-relational mapping. I’ve entitled this release Three-Quarters to
reflect the fact that Active Record has been in production use on
Basecamp for more than three months and used during the many months of
development before that. Additionally, it’s been used by around five
beta testers in a number of different projects. So even though I’m not
ready to declare it 1.0 out of the gates, it is indeed a solid release.

I’m currenlty testing ActiveRecords by implementing the PetStore data
model. It’s really fun using it. But I encountered the following
problem: ‘id’ is always expected to be an integer, but I have an ‘id’
column of type char, so this gets quoted in the wrong way (not as
string).

I’ll try to work out a patch.