aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/QueryResult.cpp
AgeCommit message (Expand)Author
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-07-05Core/DBLayer: Optimize string based query results by eliminating unneeded buf...Shauren
2020-01-02New YearAokromes
2019-11-01Core/DBLayer: Support using mysql 8Shauren
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-11-25Misc: More cleanupAokromes
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-09-04Core/DBLayer: Allocate a single buffer for entire prepared result set instead...Shauren
2015-08-27Core/DBLayer: Added compile time validation for prepared statement indexes pa...Shauren
2015-08-26Core/DBLayer: Optimized prepared statement query results by eliminating unnee...Shauren
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP