session and insert query builder progress
This commit is contained in:
@@ -20,6 +20,8 @@ std::string orm_category_impl::message(const int ev) const {
|
||||
return "Failed to build query";
|
||||
case error_code::FailedToFindObject:
|
||||
return "Failed to find object";
|
||||
case error_code::FailedToInsertObject:
|
||||
return "Failed to insert object";
|
||||
case error_code::Failed:
|
||||
return "Failed";
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user