index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T07:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
DataStores
/
DB2DatabaseLoader.cpp
Age
Commit message (
Expand
)
Author
2025-07-12
Core/DataStores: Reduce the number of string copies when loading db2 hotfixes
Shauren
2025-01-03
Core/Database: Added std::span based functions to Field and PreparedStatement
Shauren
2023-04-27
Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...
Shauren
2023-01-31
Core/Misc: Fixed clang 15 warnings
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-12-14
Core/DataStores: Made DB2LoadInfo constexpr
Shauren
2022-04-09
Core/DataStores: Removed unused code from DB2DatabaseLoader
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2022-01-19
Core/Common: Replace ASSERT(false, "...") with ABORT_MSG("...")
jackpoz
2021-10-01
Core/Misc: Fix appleclang 12 warnings
Shauren
2020-07-13
Core/DataStores: Replace harcoded prepared statement offsets with named const...
Shauren
2020-06-27
Core/DataStores: Simplified string memory allocation in db2 files, dropped un...
Shauren
2020-06-06
Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading prior...
Shauren
2020-06-01
Core/DataStores: Fixed loading hotfixes crash when compiled with strict datab...
Shauren
2020-04-25
Core/DataStores: Speedup loading hotfix database and change hotfix database c...
Shauren
2020-01-02
New Year
Aokromes
2019-07-27
Core/DBLayer: Prevent using prepared statements on wrong database
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-09-16
Core/DataStores: Implemented WDC2
Shauren
2018-02-18
Core/DataStores: Updated db2 structures to 7.3.5.25996
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-12
Core/Database: Include cleanup
Shauren
2017-04-26
Core/Misc: Fixed issues found by coverity
Shauren
2017-03-08
Core/DataStores: Refactor DB2 loaders to be reusable by extractors
Shauren