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

Ticket #11547 (new defect)

Opened 1 month ago

Last modified 1 month ago

[PATCH] frontbase_adapter override for select_rows method

Reported by: dirkbj Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version:
Severity: normal Keywords:
Cc:

Description

Rails adapters are required to override select_rows. The current frontbase_adapter does not. This patch adds this method to the frontbase_adapter.

Attachments

frontbase_adapter_patch_file.patch (0.6 kB) - added by dirkbj on 04/07/08 18:26:50.
patch file for frontbase_adapter

Change History

04/07/08 18:26:50 changed by dirkbj

  • attachment frontbase_adapter_patch_file.patch added.

patch file for frontbase_adapter

04/07/08 18:53:51 changed by dirkbj

I didn't mention that there were no tests in place for this adapter and so I did not "add" a test for the change. If I should create one - let me know.