Ticket #6580: add_trusted_config_to_odbc_connection.diff
| File add_trusted_config_to_odbc_connection.diff, 0.7 kB (added by brandon.beacher, 2 years ago) |
|---|
-
activerecord/test/connections/native_sqlserver_odbc/connection.rb
old new 18 18 :host => 'localhost', 19 19 :username => 'sa', 20 20 :dsn => 'activerecord_unittest2' 21 } 22 } 21 }, 22 'arunit_trusted' => { 23 :adapter => 'sqlserver', 24 :mode => 'ODBC', 25 :dsn => 'activerecord_unittest_trusted' 26 }} 23 27 24 28 ActiveRecord::Base.establish_connection 'arunit' 25 29 Course.establish_connection 'arunit2'