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

Ticket #9927 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

[PATCH] Fixes Minimalistcs unit tests for SQL Server

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

Description

Ticket #9253 introduced two failing tests for SQL Server. This patch fixes that.

Attachments

sqlserver_empty_insert.patch (0.6 kB) - added by lawrence on 10/19/07 00:58:59.

Change History

10/19/07 00:58:59 changed by lawrence

  • attachment sqlserver_empty_insert.patch added.

10/19/07 01:02:22 changed by lawrence

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

(In [7971]) Fixes Minimalistcs unit tests for SQL Server. Closes #9927 [lawrence]