PI
Parser Improvements
SkillParser · SQL · Warnings · Group By · LIMIT · From · Join
2 patcheslast touched 1w ago▲ +3
Power trajectory
Up = buffed, down = nerfedZoom into one ability:5 abilities tracked
Filter by change type:3 types in this subject
Patch history
- ≈🛠QoLParserwarnings—→More descriptive
Warnings are now more descriptive to help users understand issues faster.
- ▲✨NewHAVING clauseHAVING restriction—→Non-aggregate columns blocked
Queries with non-aggregate columns in HAVING are now blocked to prevent confusing results.
- ▲✨NewGROUP BYgrouping by column number—→Allowed without warning
Grouping by column number (GROUP BY 1) no longer warns, matching common SQL behavior.
- ▲✨NewLIMITsupport—→Added
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.