# File lib/sqlite3/database.rb, line 519
    def rollback
      execute "rollback transaction"
      true
    end