reference_map implementation.

svn: r5555
This commit is contained in:
Richard Taylor
2005-12-15 17:32:10 +00:00
parent bfc33b5983
commit bbd223633a
3 changed files with 209 additions and 3 deletions

View File

@@ -1,3 +1,10 @@
2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsBSDDB.py: implemented get_backlink_handles that uses
the reference_map index, _update_reference_map that populates
the reference_map and supporting code.
* src/GrampsDbBase.py: added hooks to update reference_map when
primary objects are commited.
2005-12-15 Richard Taylor <rjt-gramps@thegrindstone.me.uk>
* src/GrampsDbBase.py: in preparation for new reference_map,
added a sequencial scan implementation of get_backlink_handles