Opened 15 years ago

Last modified 11 years ago

#1201 closed task

preserve uid property in sugar.datastore.find() — at Version 1

Reported by: sascha_silbe Owned by: tomeu
Priority: Unspecified by Maintainer Milestone:
Component: Sugar Version: Git as of bugdate
Severity: Unspecified Keywords:
Cc: tomeu Distribution/OS: Unspecified
Bug Status: New

Description (last modified by sascha_silbe)

Except for find() all functions in sugar.datastore.datastore preserve the 'uid' property in the metadata; write() even sets it on create().
This patch (based on mainline/master) stops find() from removing that property so that it's now consistently set regardless of which function inside sugar.datastore.datastore created the DSObject / DSMetadata (find(), get(), write(); get_properties() from #1197).

Change History (3)

Changed 15 years ago by sascha_silbe

preserve uid property in sugar.datastore.find()

comment:1 Changed 15 years ago by sascha_silbe

  • Description modified (diff)

Changed 15 years ago by sascha_silbe

same patch on top of #1197

Note: See TracTickets for help on using tickets.