aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/DataStores
AgeCommit message (Collapse)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
2024-09-09Core/DataStores: Refactor DBStorageIterator to make it usable with more ↵Shauren
std::ranges algorithms
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-04-27Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest ↵Shauren
id on every call
2023-01-31Core/Misc: Fixed clang 15 warningsShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2022-12-17GCC build fixShauren
2022-12-14Core/DataStores: Devirtualize DB2StorageShauren
2022-12-14Core/DataStores: Made DB2LoadInfo constexprShauren
2022-11-27Core/DataStores: Add const to DBStorageIterator dereference operatorsShauren
2022-04-09Core/DataStores: Removed unused code from DB2DatabaseLoaderShauren
2022-02-11Core/Misc: Explicitly include required headers instead of relying on them to ↵Shauren
be included by other headers
2022-02-04Core/Misc: DBC std::array refactors, and |Hachievement unit testsTreeston
(cherry picked from commit 3fbbe7cfbe1bc51db12bdc1ec7b21c16d1716366)
2022-01-21Core/Misc: Future msvc warning fixesShauren
2022-01-19Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")jackpoz
(cherry picked from commit 54c701cf0db81c0062e8c5020e07db18984d0ffa)
2021-10-01Core/Misc: Fix appleclang 12 warningsShauren
2021-03-14Revert "Core/DataStores: Implemented [] operator on DB2Storage (#20494)"Shauren
This reverts commit c8974a91a6dadaad6985c5a958541a210370eb58.
2020-07-13Core/DataStores: Replace harcoded prepared statement offsets with named ↵Shauren
constants
2020-07-01Core/DataStores: Fixed sending localized hotfixes and improved db2 loading ↵Shauren
error messages
2020-06-29Core/Misc: Remove unused variablesShauren
2020-06-29Core/DataStores: Fixed loading db2 stringsShauren
Closes #24916
2020-06-27Core/DataStores: Simplified string memory allocation in db2 files, dropped ↵Shauren
unneccessary level of indirection
2020-06-06Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading ↵Shauren
priority) to coexist with sniffed data (VerifiedBuild > 0)
2020-06-01Core/DataStores: Fixed loading hotfixes crash when compiled with strict ↵Shauren
database type checking Closes #24716
2020-04-25Core/DataStores: Speedup loading hotfix database and change hotfix database ↵Shauren
character set to utf8mb4
2020-01-02New YearAokromes
2019-11-28Core/DataStores: Work around buggy client db2 metadataShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-06-12Core/DataStores: Fixed crash when loading additional db2 localesShauren
2019-06-08Core/DataStores: Updated db2 structures to 8.1.5Shauren
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-09-16Core/DataStores: Implemented WDC2Shauren
2018-05-12Core/DataStores: Fixed loading db2 locale stringsShauren
2018-03-25Tools: Moved db2 metadata structures to a location shared by all toolsShauren
2018-03-07Core/DataStores: Fixed writing hotfix packet for structures with uint64Shauren
Closes #21522
2018-02-18Core/DataStores: Updated db2 structures to 7.3.5.25996Shauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-10-07Core/DataStores: Implemented [] operator on DB2Storage (#20494)Štefan Lazový
2017-09-25Fix non-PCH build.Gacko
2017-05-13Core/Shared: Include cleanupShauren
2017-05-12Core/Database: Include cleanupShauren
2017-04-26Core/Misc: Fixed issues found by coverityShauren
CID 1374575, 1374574, 1374573, 1374572, 1374563, 1374556
2017-03-08Core/DataStores: Refactor DB2 loaders to be reusable by extractorsShauren
2017-03-02Core/DataStores: Fixed crash in hotfix packet buildingShauren
Closes #19218
2017-02-26Core/DataStores: Fixed Meta->Types/TypesString mixup causing crashes when ↵Shauren
trying to send hotfix for nonlocalized string Closes #18882 (for real this time)
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-12-14Core/DataStores: Fixed loading non-localized db2 stringsShauren
Closes #18451
2016-11-02Core/DataStores: Fixed crash with db2 loaders on gcc 4.9Shauren
Closes #18166
2016-10-26Core/DataStores: Removed the need to edit DB2Metadata automatically ↵Shauren
generated to account for non-localized string fields