You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed Windows opening Internet Explorer instead of the default
browser for Rowset Studio, found on a real Windows Server: the
old rundll32 url.dll,FileProtocolHandler trick goes through IE's
own URL handler on some Windows builds. Switched to cmd /c start,
which respects the actual default-browser association.
Auto-refresh now allows EXEC/EXECUTE/CALL (a stored procedure
call isn't a plain write), so watching a diagnostic proc like sp_whoisactive on an interval - the original motivating use case -
actually works; plain DML/DDL keywords are still excluded.
Query results show which physical node they ran against (as a small
badge next to Completed), for connections with more than one node.
Added Valkey support, wire-compatible with Redis so it reuses
the same query editor and schema browsing.
The New/Edit connection form: TLS now defaults to Off instead of
full certificate verification; added "preprod" to Environment;
username and password are next to each other instead of opposite
ends of the form, and the form is visibly more compact overall.