gramps/gramps/gen/merge
Doug Blank ad3dcb8d13 Hide db._select(); Refactor db._tables; QuerySet; tests and bug fixes
db.select() has become db._select()

This commit refactors database._tables so that they can work properly
after a proxy or filter has been removed.

It adds abstract API called QuerySet which allows a variety of
selections and ordering of data.

Logging was added to sqlite to better see db access.

Additional fixes:

* clearing GenericDB._directory
* test_util_test off-by-one error
2016-02-28 15:40:16 -05:00
..
test Remove trailing whitespace 2015-08-23 18:42:07 +01:00
__init__.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
diff.py Hide db._select(); Refactor db._tables; QuerySet; tests and bug fixes 2016-02-28 15:40:16 -05:00
mergecitationquery.py Rename *_media_object methods to *_media 2016-01-23 21:53:14 -05:00
mergeeventquery.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
mergefamilyquery.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
mergemediaquery.py Rename database methods: _object to _media 2016-01-24 18:15:50 -05:00
mergenotequery.py Rename *_media_object methods to *_media 2016-01-23 21:53:14 -05:00
mergepersonquery.py Remove trailing whitespace 2015-08-23 18:42:07 +01:00
mergeplacequery.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
mergerepositoryquery.py Update FSF address to current location. 2014-08-08 19:39:45 -07:00
mergesourcequery.py 7335: Cleanup code, filenames, and documentation 2016-01-23 14:22:41 -05:00