Release Notes
What's new in rdSQL Desktop.
v1.1.9September 8, 2026
Windows
- The app now launches on a clean Windows install without the Microsoft Visual C++ Redistributable — fixes a startup error about a missing MSVCP140.dll.
macOS
- Intel Macs now get a native download instead of running the Apple Silicon build under Rosetta.
Fixes
- MySQL restore handles foreign-key checks correctly, so restoring a backup with cross-table references no longer fails partway through.
v1.1.8August 25, 2026
Core
- Connect to PostgreSQL, MySQL, MariaDB, SQLite, DuckDB, Cloudflare D1, and more from one workspace.
- A clean SQL editor, inline grid editing, JSON result views, and visual entity-relationship diagrams.
Sync
- Sign in to sync connections, credentials, and app settings across devices, end-to-end encrypted.
- Pair, rename, or revoke devices from Settings → Account.
Editor & UI
- Redesigned SQL editor toolbar with compact icon groups and a right-click context menu.
- Data grids auto-fit column widths on first load.
- New detail panels in ERD Studio, the storage browser, and the table explorer.
- Faster, more stable data grids — server-side sort and pagination, and a reworked scroll/virtualization engine that eliminates freezing on large tables.
- Enum and array column support: dropdown pickers for enum values, a relation picker for foreign keys, and a Postgres enum-type manager in Table Structure.
- Create a new connection directly from a tag in the Explorer, and reorder table columns by position in Table Structure (MySQL/MariaDB).
Fixes
- Numerous stability and reliability fixes across sync, the SQL editor, and data grids.
- JSON and Postgres array columns render their actual value instead of "[object Object]" or NULL.
- The Table Structure type picker now shows the right dropdown options for CockroachDB, YugabyteDB, TiDB, and PlanetScale.
- Connection URLs containing query parameters with "=" no longer get misidentified as environment-variable blobs.
