mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-04 14:42:02 +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.