generated from Sithas/conan_template
1-я неудачная попытка достать ланные через Session
This commit is contained in:
@@ -21,6 +21,10 @@ optional<User> MySQLUserDAO::GetByGUID(string guid)
|
||||
|
||||
vector<User> MySQLUserDAO::GetAll()
|
||||
{
|
||||
auto const sql_query = session_.getSchemas();
|
||||
sql_query.
|
||||
vector<User> users {};
|
||||
|
||||
return {};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user