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 e446f1a commit cfcefdeCopy full SHA for cfcefde
test/cases/helper_sqlserver.rb
@@ -23,9 +23,6 @@ def sqlserver_azure? ; ActiveRecord::Base.connection.sqlserver_azure? ; end
23
def host_windows? ; RbConfig::CONFIG['host_os'] =~ /mswin|mingw/ ; end
24
end
25
26
-
27
- private
28
29
def connection_mode_dblib? ; self.class.connection_mode_dblib? ; end
30
def connection_mode_odbc? ; self.class.connection_mode_odbc? ; end
31
def sqlserver_azure? ; self.class.sqlserver_azure? ; end
0 commit comments