From f30b7a31bda74715c09759d03064f6f7c7c784b9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 23 Mar 2005 00:56:13 +0000 Subject: Fixed the MS SQL adapter to work with the new limit/offset approach and with binary data (still suffering from 7KB limit, though) #901 [delynnb] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@982 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/test/connections/native_sqlserver/connection.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activerecord/test/connections/native_sqlserver') diff --git a/activerecord/test/connections/native_sqlserver/connection.rb b/activerecord/test/connections/native_sqlserver/connection.rb index 8d758a02ab..aa19fc7700 100644 --- a/activerecord/test/connections/native_sqlserver/connection.rb +++ b/activerecord/test/connections/native_sqlserver/connection.rb @@ -4,6 +4,9 @@ require 'logger' ActiveRecord::Base.logger = Logger.new("debug.log") +db1 = 'activerecord_unittest' +db2 = 'activerecord_unittest2' + ActiveRecord::Base.establish_connection( :adapter => "sqlserver", :host => "localhost", -- cgit v1.2.3