various db backend fixes

* use index on msg_id in mongodb backend (_table prevented some methods from working outside the session)
* purge_request improved to use fewer db calls
* mongodb testcase split into its own file
* Fix equality testing, NULL handling, in SQLiteDB backend
MinRK 15 years ago
parent 59f06d7d7b
commit daa9df5b63

@ -199,6 +199,7 @@ def make_exclude():
if not have['pymongo']:
exclusions.append(ipjoin('parallel', 'controller', 'mongodb'))
exclusions.append(ipjoin('parallel', 'tests', 'test_mongodb'))
if not have['matplotlib']:
exclusions.extend([ipjoin('lib', 'pylabtools'),

Loading…
Cancel
Save