Update 1.14 - Query Tabs!

Database Detective: Minor Crimes Division · build 24916119 · published

On SteamNotes only · this build shipped before we watched the app

Now you can tab between queries in the Search Tables window!

With this in place, I'm pretty happy with how things are at the moment and will start working on some larger updates. Barring any other bug fixes or issues that might come up, this means there will probably be longer times between updates.

As for what's next, I'll be working on making assets for Steam Community Items for Trading Cards and the Points Shop. After that, I'll start looking at how to integrate Workshop Support to this game. As always, let me know if you have any bugs to report or any additional feedback!

Update Notes:

Gameplay Changes:

  • Add tabs to the Search Tables window.

  • Queries written in the Search Tables window are now saved and persist after the game is closed.

Bug Fixes:

  • Fix Shift key not working on the Steam Deck virtual keyboard.

    • This might fix other keyboard issues related to the Shift key.

  • Fix the ability to scroll through the Search Tables window with a scroll wheel.

  • Parser Fixes:

    • When preventing cross joins, ensure only queries joined in the FROM statement are counted.

      • Previously, a query such as SELECT t1.column = t2.column FROM table1 t1, table2 t2 would be considered joined and not throw an error.

    • Fix parser error when an alias of the outer query is used in a subquery.