修改Query函数返回值
This commit is contained in:
		@@ -149,7 +149,7 @@ public:
 | 
				
			|||||||
            mysql_free_result(mysql_result);
 | 
					            mysql_free_result(mysql_result);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        return really_result;
 | 
					        return std::unexpected(get_error_msg());
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    bool Execute(std::string_view command){
 | 
					    bool Execute(std::string_view command){
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user