Tabs added for query navigation and persistence; several parsing and input fixes, plus minor bug fixes.
- Parseralias in subquery—→Fixed
Fixed a parser error when an alias from an outer query is used inside a subquery.
- Shift keyShift key—→Fixed
Fixes for Shift key not working on the Steam Deck virtual keyboard, and potential fixes for other keyboard issues related to Shift.
- Shift keyShift key issue—→Fixed
Remedied problems with the Shift key that could affect input across platforms.
- Search Tables window scrollingscrolling—→Fixed
Fixed the ability to scroll through the Search Tables window with a scroll wheel.
- Search Tables windowtabs—→Added
Tabs were added to the Search Tables window to allow switching between queries more easily.
- Search Tables windowqueries persisted—→Persist after close
Queries written in the Search Tables window are now saved and persist after the game is closed.
- Parsercross joins counted—→Only FROM-joined tables counted
When preventing cross joins, only queries joined in the FROM statement are counted, preventing false positives in join detection.
- General fix noteskeyboard issues
Other keyboard-related issues (beyond Shift) may be addressed with upcoming fixes; not explicitly quantified in this patch.
