This website requires JavaScript.
Explore
Help
Register
Sign In
araxiaonline
/
TrinityCore2
Watch
3
Star
0
Fork
0
You've already forked TrinityCore2
mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced
2026-06-16 13:00:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4069e45c5d004ae4d4c5948d829dbf268e6ed204
TrinityCore2
/
src
/
server
/
shared
/
Database
/
Implementation
History
Machiavelli
4069e45c5d
Core/DBLayer: Fix crash caused in 7052fbf
2011-12-19 11:05:56 +01:00
..
CharacterDatabase.cpp
Core/DBLayer: Fix crash caused in 7052fbf
2011-12-19 11:05:56 +01:00
CharacterDatabase.h
Core/DBLayer: Convert callback queries to prepared statements
2011-12-18 20:56:38 +01:00
LoginDatabase.cpp
Core/DBLayer: Make database interaction after create character packet completely asynchronous. This is more performant and fixes a DoS loophole and possible data desynchronisation caused by spamming this packet.
2011-06-22 14:22:08 +02:00
LoginDatabase.h
Core/DBLayer: Make database interaction after create character packet completely asynchronous. This is more performant and fixes a DoS loophole and possible data desynchronisation caused by spamming this packet.
2011-06-22 14:22:08 +02:00
WorldDatabase.cpp
Add spaces after commas
2011-04-29 20:47:02 +02:00
WorldDatabase.h
Core/DBLayer: make use of return result of Connection::Open method and allow core to output all the errors in prepared statements instead of aborting on first error.
2011-04-07 15:30:38 +06:00