PatchDiff
gamesnewsabout

SQL Parser

GeneralMechanic · Query · Database · Parser
2 patcheslast touched 1mo ago▲ +1

Power trajectory

Up = buffed, down = nerfed
0+1May 16, 2026Jun 11, 2026May 16, 2026 — Demo Update 1.10 - More Bug Fixes +1 / -0 (cum +1)Jun 11, 2026 — Demo Update 1.12 - Improved Hint System! +0 / -0 (cum +1)
Zoom into one ability:1 abilities tracked
Filter by change type:3 types in this subject

Patch history

    • 🛠QoLerror messageClearer

      Added a more specific error message when a query consists only of 'SELECT FROM', helping players debug their syntax.

      Clarity improvement

    • Newidentifier supportAdded

      Added support for backticks (`) and square brackets ([]) in table and column names, allowing for more flexible identifier naming.

    • 🐛Bug fixsubquery aliases

      Fixed an issue where valid column aliases within subqueries were not being recognized or used correctly.