# File lib/dbd/pg/database.rb, line 285 def rollback if @in_transaction _exec("ROLLBACK") @in_transaction = false else # TODO: Warn? end end