# File lib/active_record/connection_adapters/nulldb_adapter.rb, line 134 def update(statement, name=nil) with_entry_point(:update) do super(statement, name) end end