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:
@@ -82,9 +82,7 @@ int CmdMerge::execute (std::string& output)
|
||||
else
|
||||
file = uri._path;
|
||||
|
||||
context.tdb.lock (context.config.getBoolean ("locking"));
|
||||
context.tdb.merge (file);
|
||||
context.tdb.unlock ();
|
||||
context.tdb2.merge (file);
|
||||
|
||||
output += "Merge complete.\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user