From 1ac7ff9d885aef43f5cf56534121094a704d7949 Mon Sep 17 00:00:00 2001 From: datastore Date: Tue, 21 Jul 2009 14:12:00 +0000 Subject: add signal ChangedMetadata, add backup/restore to TODO --- diff --git a/datastore-redesign.html b/datastore-redesign.html index 71ce492..e53f760 100644 --- a/datastore-redesign.html +++ b/datastore-redesign.html @@ -31,6 +31,7 @@
  • cross-tree_id duplicate detection/optimization
  • +
  • literal copies (timestamp etc. not changed) for backup/restore
  • (A)synchronicity of API calls

    @@ -356,7 +357,8 @@
    change_metadata(tree_id, version_id, metadata)
    Changes the (unversioned/version-specific) metadata of the given object to match metadata. - Fully synchronous, no return value. + Fully synchronous, no return value. Emits signal + ChangedMetadata(tree_id, version_id, metadata).
    delete(tree_id)
    -- cgit v0.9.1