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

Ticket #9616 (closed defect: fixed)

Opened 1 year ago

Last modified 11 months ago

[PATCH] Fix failing base_test for SQL Server

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

Description

The method add_limit_offset! in sqlserver_adapter.rb accidentally also modified the options[:order] value.

Attachments

sqlserver_adapter_orderby.patch (1.2 kB) - added by lawrence on 10/15/07 04:37:23.
update for database plugin architecture

Change History

10/15/07 04:37:23 changed by lawrence

  • attachment sqlserver_adapter_orderby.patch added.

update for database plugin architecture

10/15/07 04:44:46 changed by lawrence

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

(In [7900]) Fix test_scoped_find_limit_offset_including_has_many_association for SQL Server. Closes #9616 [lawrence]