# File lib/amalgalite/database.rb, line 664
    def commit
      execute( "COMMIT TRANSACTION" ) if in_transaction?
    end