index
:
mirror/azerothcore-wotlk.git
custom
master
https://github.com/azerothcore/azerothcore-wotlk.git @ 2025-09-28T16:01:01Z
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codestyle
/
codestyle-sql.py
Age
Commit message (
Collapse
)
Author
2025-07-11
feat(Codestyle/SQL): Ensure InnoDB is used as DB Engine (#22457)
Ryan Turner
2025-06-28
fix(CI/Codestyle): Add directory check to SQL codestyle script (#22376)
Kitzunu
2025-03-02
fix(CI/Codestyle): Minor typo in insert_delete_safety_check (#21639)
Kitzunu
2025-03-02
fix(CI/Codestyle): Imrpove semicolon check and general improvements (#21632)
Kitzunu
2025-03-02
fix(CI/Codestyle): Escape all MySQL keywords and skip /* comments (#21631)
Kitzunu
2025-02-24
fix(CI/Codestyle): skip SQL keyword 'NOT' (#21591)
Kitzunu
2025-02-15
fix(Apps/Codestyle) corrected wrong text in the sql codestyle check (#21466)
demetrzz
Co-authored-by: pavel_k <pavel_k@mail.com>
2025-02-08
fix(CI/Codestyle): Final fixes to backtick check (#21361)
Kitzunu
2025-02-07
fix(CI): typo (#21347)
Kitzunu
2025-02-07
fix(CI/Codestyle): ignore lines starting with @ (#21346)
Kitzunu
2025-02-07
fix(CI/Codestyle): Ignore comments for backtick check (#21343)
Kitzunu
2025-02-05
fix(CI/Codestyle): Backtick check SET, quote and REPLACE case (#21333)
Kitzunu
2025-02-03
feat(CI/Codestyle): backtick check for sql (#21321)
Kitzunu
2025-02-01
refactor(Core/ObjectMgr): Change GetAcoreString from char const* to s… ↵
Kitzunu
(#21213) ...ring
2025-02-01
fix(DB/Misc): Bad delete in update file (#21307)
Kitzunu
Co-authored-by: Andrew <47818697+Nyeriah@users.noreply.github.com>
2025-01-25
fix(Apps/Codestyle): ignore comments for some checks (#21268)
Jelle Meeus
2025-01-21
chore(Apps/Codestyle): add new checks for SQL files (#21026)
Grimdhex
2024-12-24
fix(Apps/Codestyle): rewrite semi-colon check (#21027)
Grimdhex
2024-12-22
refactor(CI/Codestyle): Move the SQL check to python (#21002)
Kitzunu