Trash record id is not correctly generated

Bug #697636 reported by Manuel de la Peña
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
desktopcouch
Fix Released
Medium
Manuel de la Peña

Bug Description

When a record is delete it is moved to a trash database. As with the put_record method, the id that is given to the record is provided by desktopcouch database. Unfortunatly the code at the moment uses the wrong id generation. The delete methods generates the trash record id the by executing 'str(uuid.uuid4())' when it should be using the base_n function provided in the same module.

Related branches

Changed in desktopcouch:
assignee: nobody → Manuel de la Pena (mandel)
description: updated
Changed in desktopcouch:
status: In Progress → Fix Committed
Chad Miller (cmiller)
Changed in desktopcouch:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.