DarkflameServer/dDatabase
TheMatt2 590ccc78aa Add proper sanitizing for input to SQLite database.
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.
2022-01-05 21:52:33 -05:00
..
Tables More windows fixes (#329) 2022-01-01 01:38:45 -08:00
CDClientDatabase.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
CDClientDatabase.h Add proper sanitizing for input to SQLite database. 2022-01-05 21:52:33 -05:00
CDClientManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
CDClientManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Database.cpp Replaced cout with correct logger->log call 2021-12-13 01:29:38 +00:00
Database.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00