(GrampsBSDDB._delete_primary_from_reference_map): Accept txn

argument; pass it on to self._remove_reference().
	* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._do_remove_object):
	Work out both regular and batch transactions.


svn: r6296
This commit is contained in:
Alex Roitman
2006-04-10 01:45:36 +00:00
parent dc434a5736
commit 9b3b2fe2e5
2 changed files with 28 additions and 9 deletions

View File

@@ -1,4 +1,9 @@
2006-04-09 Alex Roitman <shura@gramps-project.org>
(GrampsBSDDB._delete_primary_from_reference_map): Accept txn
argument; pass it on to self._remove_reference().
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB._do_remove_object):
Work out both regular and batch transactions.
* src/Makefile.am: Clean byte-compiled files.
* src/DataViews/Makefile.am: Clean byte-compiled files.
* src/GrampsDb/Makefile.am: Clean byte-compiled files.