# File lib/data_objects/transaction.rb, line 88
    def commit
      run %{RELEASE SAVEPOINT "#{@id}"}
    end