Editor: Default 100,000 row limit on editor and notebook queries, with a “Row limit reached” status item offering re-run at a higher limit. Configurable via dbcode.editorRowLimit. #476#724#1078
Results: Fixed editing not working in some cases where SQL contained commented out lines.
ClickHouse: Fixed query execution failing with “Multi-statements are not allowed” when the statement has a trailing comment after the semicolon. #1082
MSSQL: Windows Integrated Authentication failed with “Failed to load SSPI module” because the native binding download was silently skipped for connections configured via the new auth method UI.
PostgreSQL: Script CREATE (DDL) for tables now includes COMMENT ON TABLE and COMMENT ON COLUMN statements. #1077
Query Builder: added tables now auto-load their columns when the connection uses progressive introspection.
Connections: Reload prompt on connection changes now fires once per connection instead of once per open database.