index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T22:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
/
Database
/
QueryCallback.cpp
Age
Commit message (
Collapse
)
Author
2024-06-12
Core/Database: Rewrite QueryCallback with std::variant
Shauren
2024-06-12
Core/Database: Remove future/promise typedefs from a public header (these ↵
Shauren
are internal to database project)
2022-11-06
Core/Misc: Added noexcept to move constructors and move assignment operators
Shauren
2020-04-14
Core/DBLayer: Implement async transaction completion callbacks
Shauren
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
auto happy = new year(2019);
2018-01-01
Update copyright note for 2018
vincent-michael
auto happy = new year(2018);
2017-05-12
Core/Database: Include cleanup
Shauren
2017-01-30
Fixed clang segmentation fault in nopch mode
Shauren
2017-01-15
Removed debug leftovers
Shauren
2017-01-13
Core/DBLayer: Convert async queries to new query callbacks and remove old ↵
Shauren
callback handling
2017-01-12
build fix
Shauren
2017-01-12
Core/DBLayer: Refine new query callback for chaining
Shauren
2017-01-11
Core/DBLayer: Added new async query callback api
Shauren