PatchDiff
gamesnewsabout
P

Parser

SkillParser · SQL · Query Parsing
1 patcheslast touched 1w ago▲ +1

Power trajectory

Up = buffed, down = nerfed
0+1Aug 24, 2026Aug 24, 2026Aug 24, 2026 — Update 1.14 - Query Tabs! +1 / -0 (cum +1)
Zoom into one ability:1 abilities tracked
Filter by change type:2 types in this subject

Patch history

    • 🎯Behaviorcross joins countedOnly FROM-joined tables counted

      When preventing cross joins, only queries joined in the FROM statement are counted, preventing false positives in join detection.

    • 🐛Bug fixalias in subqueryFixed

      Fixed a parser error when an alias from an outer query is used inside a subquery.