Commit 0ad6659c authored by casualet's avatar casualet

able to decrypt

parent c2584e9e
...@@ -1071,8 +1071,11 @@ main() { ...@@ -1071,8 +1071,11 @@ main() {
} }
std::shared_ptr<ReturnMeta> rm = getReturnMeta(fms,res); std::shared_ptr<ReturnMeta> rm = getReturnMeta(fms,res);
std::string backq = getBackupQuery(*schema,res); std::string backq = getBackupQuery(*schema,res);
std::cout<<backq<<endl; rawReturnValue resraw = executeAndGetResultRemote(globalConn,backq);
//printrawReturnValue(resraw);
ResType rawtorestype = MygetResTypeFromLuaTable(false, &resraw);
auto finalresults = decryptResults(rawtorestype,*rm);
parseResType(finalresults);
}else{ }else{
std::cout<<GREEN_BEGIN<<"curQuery: "<<curQuery<<"\n"<<COLOR_END<<std::endl; std::cout<<GREEN_BEGIN<<"curQuery: "<<curQuery<<"\n"<<COLOR_END<<std::endl;
batchTogether(client,curQuery,_thread_id); batchTogether(client,curQuery,_thread_id);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment