-
Notifications
You must be signed in to change notification settings - Fork 11
/
Changelog.txt
36 lines (26 loc) · 1.41 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
-------------------------------------------------------------------------------
40:
UPDATED: Disabled Console Logger in Normal Builds
FIXED: Crashes when Database Connection fails during Fetching Result Info
-------------------------------------------------------------------------------
39:
ADDED: Added Version Check for extdb-conf.ini
ADDED: SQL_CUSTOM Dynamic SQL via $CUSTOM_x$
UPDATED: Disable all Console Output except for TESTING/TEST_APP Flags
UPDATED: SPDLOG Logging Code, Linux using SPDLOG_CLOCK_COARSE
FIXED: Steam VAC Auto Bans, now sends loadBans
FIXED: More SQL_CUSTOM Fixes for Database Exception Handling
-------------------------------------------------------------------------------
38:
UPDATED: No Longer Creating VAC Ban Logs when Auto Ban is disable
FIXED: Bug in Results Fetching when SQL Command is INSERT etc...
-------------------------------------------------------------------------------
37:
UPDATED: Linux Builds now use same version of MySQL as Windows Builds
FIXED: MySQL Bug when Connection fails between prepare + fetch.
FIXED: Exception Handling for Database Connection Failed
FIXED: Prepared Statement Cache, now cleared when there is an error
-------------------------------------------------------------------------------
36:
UPDATED: Overhaul of extDB2 Code, https://github.com/Torndeco/extDB2/wiki/Changes-from-extDB
FIXED: Exceptions Handling for Database Connection Lost