Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6429 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Changeset [5219] breaks old versions of the mysql adapter

Reported by: nzkoz Assigned to: bitsweat
Priority: normal Milestone: 1.2
Component: ActiveRecord Version: edge
Severity: critical Keywords: fd
Cc: skaes

Description

[5219] relies on Mysql::Result which isn't available in old versions of the mysql gem. Some shared hosts (f.ex Dreamhost) still run this version.

We should fall back to the old behaviour for people running these versions

Change History

10/18/06 06:54:20 changed by bitsweat

  • cc set to skaes.

10/20/06 19:40:41 changed by bitsweat

This is unfortunate - all available versions of the gem have Mysql::Result. The last library release without it is 2.4.5, released 2003-08-10 and obsoleted by 2.5 on 2004-08-31.

10/20/06 20:31:00 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [5330]) MySQL: all_hashes compatibility with old MysqlRes class. Closes #6429.