aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/PreparedStatement.cpp
AgeCommit message (Expand)Author
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-04-10Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values direct...Shauren
2023-12-15Core/Database: Replace DatabaseWorker with asio io_contextShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Scripts/Commands: .character command conversionTreeston
2021-12-22Core/DBLayer: Use std::variant's stored type instead of relying on our own se...Shauren
2021-12-22Core/DBLayer: Refactor PreparedStatement class to not depend on MySQLPrepared...Shauren
2021-12-22Core/Misc: Fix buildjackpoz
2021-12-22Replace MySQL prepared statement union with std::variant (#24158)Ujp8LfXBJ6wCPR
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-01-02New YearAokromes
2019-11-01Core/DBLayer: Support using mysql 8Shauren
2019-08-17Core/Database: Prepared statement parameter preallocation (#18999)ariel-
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-05-13Build fix for mysql 5.6 and olderShauren
2017-05-12Core/Database: Include cleanupShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-04-05Core/Misc: MSVC warning fixesShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP