mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-04-05 23:36:57 +00:00
Adds function `ExecuteQueryWithArgs(query, ...)` to allow for queries with user input. There is a known issue, that the funciton does not work with std::string. All strings must be converted to c strings.