# File lib/seamless_database_pool/connection_statistics.rb, line 22
    def update_with_connection_statistics(sql, name = nil)
      increment_connection_statistic(:update) do
        update_without_connection_statistics(sql, name)
      end
    end