1-я неудачная попытка достать ланные через Session

This commit is contained in:
Антон
2025-08-28 09:46:22 +03:00
parent 516b65fc1a
commit 942d5f3da9
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -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 {};
}