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

Ticket #11334 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

[PATCH] Fix for rake failing when ActiveRecord Oracle adapter used

Reported by: nwiger Assigned to: schoenm@earthlink.net
Priority: high Milestone: 2.0.3
Component: ActiveRecord Version: edge
Severity: major Keywords:
Cc:

Description

This is a better ticket than #10415, which lumps in 10 unrelated changes into one big patch.

This patch only fixes the issue with select_rows that causes rake to fail in Rails 2.0. This patch enables rake to work properly on Rails 2.0 when using Oracle.

Attachments

oracle_select_rows_patch.diff (0.5 kB) - added by nwiger on 03/12/08 12:49:22.
Simple patch that defines select_rows in oracle_adapter

Change History

03/12/08 12:49:22 changed by nwiger

  • attachment oracle_select_rows_patch.diff added.

Simple patch that defines select_rows in oracle_adapter

03/12/08 12:58:20 changed by ianzabel

+1

This is a much needed patch. more info here: http://www.ruby-forum.com/topic/127249

03/17/08 04:14:13 changed by david

  • owner changed from core to schoenm@earthlink.net.

04/01/08 03:12:17 changed by court3nay

+1

but, needs tests

04/01/08 03:13:20 changed by bitsweat

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

(In [9181]) Add select_rows. Closes #11334 [nwiger]