index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T15:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
database
/
Database
/
QueryResult.cpp
Age
Commit message (
Expand
)
Author
2025-06-11
Core/Database: Update PCH content to include most commonly used headers
Shauren
2025-04-25
Core/Database: Added very simple macro to create named query result field acc...
Shauren
2025-03-13
Core/Database: Improve assertion message on duplicate column aliases in queries
Shauren
2025-03-13
Core/Database: Optimize named query result field access
Shauren
2025-03-13
Core/Database: Implement accessing query result fields by name
Ovahlord
2024-07-14
Core/DBLayer: Add field metadata getters to query result classes
Shauren
2024-04-10
Core/DBLayer: Support retrieving DATE/DATETIME/TIMESTAMP column values direct...
Shauren
2023-05-14
Core/DBLayer: Relaxed restrictions on which Field class member function can b...
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-02-11
Core/Misc: Explicitly include required headers instead of relying on them to ...
Shauren
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-07-05
Core/DBLayer: Optimize string based query results by eliminating unneeded buf...
Shauren
2020-01-02
New Year
Aokromes
2019-11-01
Core/DBLayer: Support using mysql 8
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-11-25
Misc: More cleanup
Aokromes
2017-05-13
Build fix for mysql 5.6 and older
Shauren
2017-05-12
Core/Database: Include cleanup
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-04-05
Core/Misc: MSVC warning fixes
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-09-04
Core/DBLayer: Allocate a single buffer for entire prepared result set instead...
Shauren
2015-08-27
Core/DBLayer: Added compile time validation for prepared statement indexes pa...
Shauren
2015-08-26
Core/DBLayer: Optimized prepared statement query results by eliminating unnee...
Shauren
2015-08-21
Core/Build: Merge common library and move database out of shared
StormBytePP