TDB2 Merge
- Migrated TDB::merge to TDB2::merge. - Removed obsoleted code from TDB. - Modified unit tests for merge to use export instead of export.csv.
This commit is contained in:
@@ -97,6 +97,7 @@ public:
|
||||
void modify (Task&);
|
||||
void commit ();
|
||||
void synch ();
|
||||
void merge (const std::string&);
|
||||
void revert ();
|
||||
int gc ();
|
||||
int next_id ();
|
||||
|
||||
Reference in New Issue
Block a user