We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141373c commit e200bcfCopy full SHA for e200bcf
test/cases/database_statements_test_sqlserver.rb
@@ -11,7 +11,6 @@ class DatabaseStatementsTestSqlserver < ActiveRecord::TestCase
11
should 'create database' do
12
@connection.create_database 'activerecord_unittest3' #, 'SQL_Latin1_General_CP1_CI_AS'
13
database_name = @connection.select_value "SELECT name FROM master.dbo.sysdatabases WHERE name = 'activerecord_unittest3'"
14
- puts @connection.select_value "SELECT DATABASEPROPERTYEX('activerecord_unittest3', 'Collation') SQLCollation"
15
assert_equal 'activerecord_unittest3', database_name
16
end
17
@@ -46,4 +45,4 @@ class DatabaseStatementsTestSqlserver < ActiveRecord::TestCase
46
45
assert_equal 'SQL_Latin1_General_CP1_CI_AS', collation
47
48
49
-end
+end
0 commit comments