Commit Graph

26 Commits

Author SHA1 Message Date
hondacrx 149fadccab Make PreparedStatements static for each database. 2023-02-04 20:55:14 -05:00
hondacrx edcdfa95c4 Fixes unable to create new DB when it doesnt exists. 2023-01-23 04:10:54 -05:00
hondacrx f73e64396f Update license headers for all files. 2023-01-18 17:25:32 -05:00
hondacrx d3dde761a2 Core/Instances: Instance lock rewrite (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
2022-10-04 10:00:07 -04:00
hondacrx 44e9ff9793 Core/Database: Fixes game crashes when loading into work due to hotfix_blob table having bad data. Now using mysqlcli to handle all file imports. Must fill out MySQLExecutable in config to use sql updater. 2022-09-24 13:30:15 -04:00
hondacrx 135760cbed Fixes #42 2022-08-20 18:36:39 -04:00
hondacrx 0576cc0a07 Core/DBLayer: Add nicer api for SQLQueryHolders
Port From (https://github.com/TrinityCore/TrinityCore/commit/d5dcf02196e30c932c7a25c3975a91a0fe1ccd50)
2022-03-02 13:27:52 -05:00
hondacrx 032f9a55f3 Cleanup some warnings. 2021-11-15 16:11:20 -05:00
hondacrx 8d208cc883 Lets hope this fixes some updates failing to apply. 2021-08-13 17:11:13 -04:00
hondacrx da2d1c8d13 Set commandtimeout to 4 mins when trying to do sql files. 2021-05-11 12:55:50 -04:00
hondacrx 705293ef55 Core/Database: Fixes file to large when trying to apply sql files. (ex: full db) 2021-04-20 16:16:01 -04:00
hondacrx 353acf83b8 Core/SQL: Fixes a crash when a update file is empty. 2021-02-13 19:53:29 -05:00
hondacrx 6bd9fab9f5 Core/Sql: missed .sql on full DB files. Added parameters to the log of sql errors 2021-01-03 14:54:18 -05:00
hondacrx 2773a4430f Misc fixes 2020-08-12 17:44:16 -04:00
hondacrx d450f6db3d Core/DBLayer: Implement async transaction completion callbacks
Port From (https://github.com/TrinityCore/TrinityCore/commit/0f0ca3a9194d76afa0227943e86469ad8368c5e2)
2020-04-26 00:53:43 -04:00
hondacrx 230453c451 New Year 2020 :) 2020-01-09 11:35:00 -05:00
hondacrx 125e3b3ac7 Updated to 8.2.0.31429 (scripts disabled atm, they still need updated)
Code Port from TrinityCore https://github.com/TrinityCore/TrinityCore
Casc from WoW-Tools https://github.com/WoW-Tools/CASCExplorer
2019-08-14 11:20:42 -04:00
hondacrx 1e1c5c77a8 2019 YAY! 2019-01-01 12:01:55 -05:00
hondacrx dbd62e5c6f Core/DB: Some DB improvements 2018-05-22 11:05:16 -04:00
hondacrx 7d4c0b7634 Core/Misc: Misc cleanups and changing of fields 2018-05-13 20:26:05 -04:00
hondacrx 921948fff3 Updated mysql to 6.10.6 2018-02-26 23:29:08 -05:00
hondacrx 0b3b967e4e Core/Databse: Really fix the error when applying files that do not change any rows. 2018-01-13 12:08:10 -05:00
hondacrx ff338c6532 Core/Maps: Fixed objects being left in grids. 2018-01-05 21:51:04 -05:00
hondacrx 28c0ef9d03 Happy New Year!!!! 2018-01-02 13:02:21 -05:00
hondacrx c7219c7098 Fixes Script loading.
Some cleanup on array Clear
Misc errors
2017-12-24 16:37:15 -05:00
Fabian a3dc7b3f48 Ported .Net Core commits:
hondacrx:
- Initial commit: Switch to .Net Core 2.0
- Fix build and removed not needed files
Fabi:
- Updated solution platforms.
- Changed folder structure.
- Change library target framework to netstandard2.0.
- Updated solution platforms again...
- Removed windows specific kernel32 function usage (Ctrl-C handler).
2017-10-26 17:23:44 +02:00