| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-arm64-mac.yml | 2026-07-17 | 338 Bytes | |
| Dory-0.32.0-x64.dmg | 2026-07-17 | 200.7 MB | |
| Dory-0.32.0-x64.zip | 2026-07-17 | 196.8 MB | |
| latest-x64-mac.yml | 2026-07-17 | 334 Bytes | |
| builder-debug.yml | 2026-07-17 | 861 Bytes | |
| Dory-0.32.0-x64.zip.blockmap | 2026-07-17 | 202.7 kB | |
| Dory-0.32.0-arm64.dmg | 2026-07-17 | 189.8 MB | |
| Dory-0.32.0-arm64.zip | 2026-07-17 | 185.9 MB | |
| latest-mac.yml | 2026-07-17 | 488 Bytes | |
| Dory-0.32.0-arm64.zip.blockmap | 2026-07-17 | 192.5 kB | |
| latest.yml | 2026-07-17 | 340 Bytes | |
| Dory-Setup-0.32.0.exe.blockmap | 2026-07-17 | 172.8 kB | |
| Dory-Setup-0.32.0.exe | 2026-07-17 | 167.6 MB | |
| Dory-Portable-0.32.0.exe | 2026-07-17 | 167.4 MB | |
| README.md | 2026-07-17 | 2.2 kB | |
| v0.32.0 source code.tar.gz | 2026-07-17 | 16.5 MB | |
| v0.32.0 source code.zip | 2026-07-17 | 17.6 MB | |
| Totals: 17 Items | 1.1 GB | 0 | |
What's Changed
Features
- Parquet-backed SQL result sets: Results are now stored in Parquet format for efficient storage, streaming, and analysis.
- Remote result set support: SQL console tables can now display, filter, and visualize large remote result sets without full client-side materialization.
- No-limit SQL queries: Added an option to execute queries without row limits, useful for bulk operations and exports.
- Multipart result-set artifacts: Large result sets are split into chunks with streamed progress reporting during execution and export.
Improvements
- Streaming & performance: Row streaming is now supported across all major drivers (PostgreSQL, MySQL, Oracle, ClickHouse, SQLite, Cloudflare D1), with improved preview rendering and reduced latency in the SQL console.
- Result table UX: Enhanced VTable rendering—including column metadata propagation, grid rerenders on version changes, dynamic row index sizing, and tab-aware state preservation (filters, sorting, selection).
- SQL console reliability: Restores saved query results when reopening tabs; preserves result caches and UI state across tab switches; refreshes tables after tab activation; shows loading states while metadata hydrates.
- Search & inspection: Added explicit search submit control and tightened search bar layout; simplified inspector and Copilot panel layouts for clarity.
- Retention & cleanup: Introduced configurable result set retention settings and automated cleanup of expired or downloaded exports.
Fixes
- Fixed duplicate SQL completions across open editor tabs.
- Resolved hydration issues and remote table reconnects in the SQL console.
- Corrected handling of error result sets lacking persisted IDs.
- Fixed Turbopack path resolution in runtime and result set modules.
- Improved robustness of saved query history restoration and empty result handling.
Internal
- Refactored connection and database flows across the web app for consistency and maintainability.
- Removed obsolete SQL console result caching logic to simplify state management.
- Centralized desktop data path resolution in Electron builds.