File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ default_connection_info: &default_connection_info
88 database : activerecord_unittest
99 username : <%= ENV['ACTIVERECORD_UNITTEST_USER'] || 'rails' %>
1010 password : <%= ENV['ACTIVERECORD_UNITTEST_PASS'] || '' %>
11- azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
1211 collation : <%= ENV['ACTIVERECORD_UNITTEST_COLLATION'] || nil %>
1312 encoding : utf8
1413
@@ -19,11 +18,15 @@ connections:
1918 << : *default_connection_info
2019 appname : SQLServerAdptrUnit
2120 dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
21+ tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
22+ azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
2223 arunit2 :
2324 << : *default_connection_info
2425 database : activerecord_unittest2
2526 appname : SQLServerAdptrUnit2
2627 dataserver : <%= ENV['ACTIVERECORD_UNITTEST_DATASERVER'] %>
28+ tds_version : <%= ENV['ACTIVERECORD_UNITTEST_TDSVERSION'] %>
29+ azure : <%= !ENV['ACTIVERECORD_UNITTEST_AZURE'].nil? %>
2730
2831 odbc :
2932 arunit :
You can’t perform that action at this time.
0 commit comments