Commit graph

15 commits

Author SHA1 Message Date
ihm-tswow
ff2e38a043 mysql: enable mysql2 connection pool keepalive packets 2023-11-11 10:50:20 +01:00
ihm-tswow
c1c4825672 datascripts: catch null and other sync errors for async sql queries
- close https://github.com/tswow/tswow/issues/767
2023-03-10 17:15:24 +01:00
ihm-tswow
bf28e7f876 datascripts: add creature_loot_template to clean 2022-11-08 16:53:49 +01:00
ihm-tswow
06bd48fe31 datascripts: fix serializing BigInt in sql errors 2022-10-12 08:50:13 +02:00
ihm-tswow
46375a3c0c datascripts: warn about corrupt node_modules
- We've done what we can do to avoid this, but it can still happen if users move around their installation or have issues with symlinks

- close https://github.com/tswow/tswow/issues/232
2022-08-18 15:20:36 +02:00
TesterDev
e9f4b8b3f2
DK runes for any classes (#614)
- add class_has_runes table

- add warnings when loading invalid race/class ids

- add TSPlayer::HasRunes

- fix bug with querying for a single item then multiple in SQL tables

Co-authored-by: ihm-tswow <ihm-ts@protonmail.com>
2022-06-21 21:24:10 +02:00
ihm-tswow
a799bb7dec datascripts: sql speed
- massively improve sql in-memory id lookups

- change sql writes to prepared statements
2022-06-17 21:12:03 +02:00
ihm-tswow
ed9cf53e82 datascripts: don't repeat SQL queries we already made 2022-06-17 15:11:42 +02:00
ihm-tswow
2184802cd9 datascripts: clean playercreateinfo_action
- close https://github.com/tswow/tswow/issues/624
2022-06-07 18:27:03 +02:00
ihm-tswow
9d39957ece datascripts: add objectify options with refDepth parameter
- allows objectifying through refs

- close https://github.com/tswow/tswow/issues/562
2022-04-27 15:49:15 +02:00
ihm-tswow
c3be9b38af datascripts: fix duplicate case clauses 2022-03-14 09:16:19 +01:00
ihm-tswow
b52b5877a5 datascripts: add basic azerothcore column translation 2022-03-10 10:35:09 +01:00
ihm-tswow
c09eec678f datascripts: add support for basic azerothcore datascripts
- change all table cleaning to use tswow tag columns
2022-03-09 09:42:08 +01:00
ihm-tswow
7c6281455d datascripts: move dbc/sql types to wotlk module 2022-02-11 15:01:14 +01:00
ihm-tswow
849a11119d datascripts: rename wotlkdata -> wow/data 2022-02-11 15:00:55 +01:00