# File lib/dbd_interbase/InterBase.rb, line 117 def commit @handle.commit rescue IBError => err raise DBI::DatabaseError.new(err.message) end