* src/GrampsBSDDB.py (gramps_upgrade_9): Switch to using keys in

upgrade. When using DB cusrsor, modifying the record sometimes
confuses the cursor operation. Possibly this only happens if
secondary indexes are involved.


svn: r5581
This commit is contained in:
Alex Roitman
2005-12-18 03:30:13 +00:00
parent 1ead842628
commit 05a4cf032a
2 changed files with 54 additions and 37 deletions

View File

@@ -1,3 +1,9 @@
2005-12-17 Alex Roitman <shura@gramps-project.org>
* src/GrampsBSDDB.py (gramps_upgrade_9): Switch to using keys in
upgrade. When using DB cusrsor, modifying the record sometimes
confuses the cursor operation. Possibly this only happens if
secondary indexes are involved.
2005-12-17 Don Allingham <don@gramps-project.org>
* src/GrampsBSDDB.py: associate functions return str instead
of unicode