v1.1.9
The autocomplete update
This update introduces a sophisticated SQL completion engine with context-aware DML/DDL suggestions, leveraging schema caching and lazy loading table metadata for autocompletions, and a new idle scheduler for background jobs.
It also adds cross-database query handling with capability detection, adapter improvements for various databases.
When no default database is selected, a UI indicator now shows which database you're connected to. Expanding a database with Enter automatically selects it, replacing the previous 'u' shortcut.
Table expansion and querying is now more robust for databases that don't support cross-database queries. This fixes Postgres and D1 tables appearing empty when no default database is selected, and resolves query errors on Azure SQL. For these databases, we now silently reconnect in the background instead of issuing "use" commands, maintaining a seamless experience.
