module ActiveRecord::QueryLogs

def uncached_comment(connection)

def uncached_comment(connection)
  content = tag_content(connection)
  if content.present?
    "/*#{escape_sql_comment(content)}*/"
  end
end