0.6.2 #54
Rohithgilla12
announced in
Releases
0.6.2
#54
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🚀 New Features
SSH Tunnel Support (#51)
Connect to databases through SSH tunnels for secure access to remote databases behind firewalls. Configure SSH host, port, username, and authentication method (password or private key) directly in the connection dialog.
Improved Row Insert UX (#46)
Cancel Long-Running Queries (#45)
New cancel button appears during query execution, allowing you to abort long-running queries without restarting the app.
Schema Caching with Background Refresh
Auto-Update Improvements
🐛 Bug Fixes
MSSQL Compatibility (#53)
TOPinstead ofLIMITfor MSSQL queries (fixes syntax errors)column_1,column_2) for unnamed columns from aggregate queriesSELECT COUNT(*), SUM(), AVG()queries showing NULL values🛠️ Internal Improvements
Test Coverage
sql-builder.ts: INSERT/UPDATE/DELETE generation (97% coverage)ddl-builder.ts: CREATE/ALTER TABLE DDL (97% coverage)sql-utils.ts: identifier quoting (100% coverage)edit-store.ts: Zustand store state management (92% coverage)pnpm test,pnpm test:watch,pnpm test:coverageCode Refactoring
New Contributors
Full Changelog: v0.5.3...v0.6.2
This discussion was created from the release 0.6.2.
All reactions