aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/DataStores/DB2DatabaseLoader.cpp
AgeCommit message (Expand)Author
2025-07-12Core/DataStores: Reduce the number of string copies when loading db2 hotfixesShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...Shauren
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-04-09Core/DataStores: Removed unused code from DB2DatabaseLoaderShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ...Shauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
2021-10-01Core/Misc: Fix appleclang 12 warningsShauren
2020-07-13Core/DataStores: Replace harcoded prepared statement offsets with named const...Shauren
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped un...Shauren
2020-06-06Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading prior...Shauren
2020-06-01Core/DataStores: Fixed loading hotfixes crash when compiled with strict datab...Shauren
2020-04-25Core/DataStores: Speedup loading hotfix database and change hotfix database c...Shauren
2020-01-02New YearAokromes
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-01-01Update copyright note for 2019vincent-michael
2018-09-16Core/DataStores: Implemented WDC2Shauren
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-05-12Core/Database: Include cleanupShauren
2017-04-26Core/Misc: Fixed issues found by coverityShauren
2017-03-08Core/DataStores: Refactor DB2 loaders to be reusable by extractorsShauren