aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database/QueryCallback.cpp
AgeCommit message (Expand)Author
2024-06-12Core/Database: Rewrite QueryCallback with std::variantShauren
2024-06-12Core/Database: Remove future/promise typedefs from a public header (these are...Shauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2020-04-14Core/DBLayer: Implement async transaction completion callbacksShauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-01-01Update copyright note for 2018vincent-michael
2017-05-12Core/Database: Include cleanupShauren
2017-01-30Fixed clang segmentation fault in nopch modeShauren
2017-01-15Removed debug leftoversShauren
2017-01-13Core/DBLayer: Convert async queries to new query callbacks and remove old cal...Shauren
2017-01-12build fixShauren
2017-01-12Core/DBLayer: Refine new query callback for chainingShauren
2017-01-11Core/DBLayer: Added new async query callback apiShauren