Introduced the new group manager
This commit is contained in:
parent
799bf8d26b
commit
71443bc4d3
@ -14,7 +14,7 @@
|
|||||||
#include "../Variable.h"
|
#include "../Variable.h"
|
||||||
|
|
||||||
#define ALLOW_STACK_ALLOCATION
|
#define ALLOW_STACK_ALLOCATION
|
||||||
#define LOG_SQL_CMD [](const sql::result &res){ if(!res) logCritical(LOG_GENERAL, "Failed to execute sql command: " + std::to_string(res.code()) + "/" + res.msg() + " (" __FILE__ + ":" + to_string(__LINE__) + ")"); }
|
#define LOG_SQL_CMD [](const sql::result &res){ if(!res) logCritical(LOG_GENERAL, "Failed to execute sql command: " + std::to_string(res.code()) + "/" + res.msg() + " (" __FILE__ + ":" + std::to_string(__LINE__) + ")"); }
|
||||||
namespace sql {
|
namespace sql {
|
||||||
class result;
|
class result;
|
||||||
class SqlManager;
|
class SqlManager;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user