aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/QueryCallback.h
AgeCommit message (Collapse)Author
2025-07-09Core/Database: Add Empty and CancelAll functions to AsyncCallbackProcessor ↵Shauren
and enable callback concept check
2024-06-12Core/Database: Rewrite QueryCallback with std::variantShauren
2024-06-12Core/Database: Remove future/promise typedefs from a public header (these ↵Shauren
are internal to database project)
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-02-13Core/Misc: Cleanup unused includesShauren
2020-04-14Core/DBLayer: Implement async transaction completion callbacksShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-05-12Core/Database: Include cleanupShauren
2017-05-11Core/Common: Include cleanupShauren
2017-01-13Core/DBLayer: Convert async queries to new query callbacks and remove old ↵Shauren
callback handling
2017-01-12Core/DBLayer: Refine new query callback for chainingShauren
2017-01-11Core/DBLayer: Added new async query callback apiShauren
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-05-10Core/Common: Move the query callback header to the database projectNaios
* Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373)