aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/MySQLPreparedStatement.cpp
AgeCommit message (Expand)Author
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2020-03-31Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2020-03-02Core/DBLayer: Use std::variant's stored type instead of relying on our own se...Shauren
2020-03-02Core/DBLayer: Refactor PreparedStatement class to not depend on MySQLPrepared...Shauren
2020-02-29Replace MySQL prepared statement union with std::variant (#24158)Ujp8LfXBJ6wCPR
2020-01-02New yearAokromes
2019-11-09Core/DBLayer: Support using mysql 8Shauren