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

Ticket #8862 (new defect)

Opened 1 year ago

Last modified 11 months ago

[PATCH] SQL Server Adapter combined minor patches

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

Description

I've fixed a number of minor issues in the SQL Server adapter, and combined them into one large patch for convenience. The issues fixed (with my own descriptions) are:

#6580 Added windows trusted connection option to ADO adapter #7662 Use SCOPE_IDENTIY() in place of @@IDENTITY #8718 Preserve transaction autocommit status when finding indexes

All these fixes tested against the adapter running in both ADO mode and ODBC mode

Attachments

sqlserver_combined_minor_patches.diff (5.8 kB) - added by tomafro on 07/03/07 17:46:16.

Change History

07/03/07 17:46:16 changed by tomafro

  • attachment sqlserver_combined_minor_patches.diff added.

07/24/07 01:52:15 changed by rrich

+1 We need this one too!

08/23/07 19:44:16 changed by bsammon

There was an update to the sqlserver_adapter rubydoc in my attachment to 6850. It is excluded from this patch. Is there a reason, or was it an oversight?

You can see it at: http://dev.rubyonrails.org/attachment/ticket/6580/sqlserver_adapter_trusted_connection.patch