generated from Sithas/conan_template
Успешное считывание пользователя
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#include "MySQLUserDAO.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
using namespace string_literals;
|
||||
|
||||
@@ -21,8 +23,6 @@ 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