# File ar-extensions/lib/ar-extensions/temporary_table.rb, line 13
  def self.supports_temporary_tables?
    connection.supports_temporary_tables?
  rescue NoMethodError
    false
  end