gramps/gramps/test
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 Hide db._select(); Refactor db._tables; QuerySet; tests and bug fixes 2016-02-28 15:40:16 -05:00
__init__.py Remove trailing whitespace 2015-08-23 18:42:07 +01:00
regrtest.py Remove trailing whitespace 2015-08-23 18:42:07 +01:00
test_util.py Added database testing; fixed bugs in select 2016-01-28 06:44:41 -05:00