# File lib/amalgalite/database.rb, line 671
    def rollback
      execute( "ROLLBACK TRANSACTION" ) if in_transaction?
    end