PatchDiff
gamesnewsabout
PI

Parser Improvements

SkillParser · SQL · Warnings · Group By · LIMIT · From · Join
2 patcheslast touched 1w ago▲ +3

Power trajectory

Up = buffed, down = nerfed
0+3Aug 7, 2026Aug 10, 2026Aug 7, 2026 — Update 1.10 +1 / -0 (cum +1)Aug 10, 2026 — Update 1.11 - Mac Fixes +2 / -0 (cum +3)
Zoom into one ability:5 abilities tracked
Filter by change type:3 types in this subject

Patch history

  1. Aug 10, 2026·Update 1.11 - Mac Fixes+2
    • 🛠QoLParserwarningsMore descriptive

      Warnings are now more descriptive to help users understand issues faster.

    • NewHAVING clauseHAVING restrictionNon-aggregate columns blocked

      Queries with non-aggregate columns in HAVING are now blocked to prevent confusing results.

    • NewGROUP BYgrouping by column numberAllowed without warning

      Grouping by column number (GROUP BY 1) no longer warns, matching common SQL behavior.

  2. Aug 7, 2026·Update 1.10+1
    • NewLIMITsupportAdded

      Parser now supports the LIMIT clause in queries.

    • 🎯Behaviorerror message

      More specific error messages when a keyword appears after a special character (e.g., a comma) in a FROM or JOIN.