- Enhancements
- General: Reduced extension size from 9.8MB to ~3MB
- Settings:
- Added options to disable release notifications.
disableReleaseNotifications
defaults tofalse
.
- Added options to disable release notifications.
- Connections:
- MySQL: Updated library to mysql instead of mysql2. Previous was vey buggy.
- PostgreSQL: Updated library and migrated to connection pooling to avoid errors.
- MSSQL: Updated library and migrated to connection pooling to avoid errors. Issue #126
- Fixes
- Connections:
- MSSQL: Fixes
Requests can only be made in the LoggedIn state, not the LoggedInSendingInitialSql state
. Issue #126
- MSSQL: Fixes
- Connections:
- Fixes
- UI:
- Using Octicons as suggested by VSCode team.
- Adopeted the new QuickPick API.
- Added disconnect icon to connection-explorer
- Connections:
- General: quick pick not showing options if no connection active. Issue #124
- General: Allow auto connect to multiple connections.
- MySQL: Fixes
Can't add new command when connection is in closed state
. Should happen less often at least.
- History:
- Add option to edit item from history.
- Updated history to show most recenetly used at first position
- Query Format:
- Fixed formatting with comments. Issue #97
- Fixed formatting with non latin chars. Issue #99
- UI:
- Fixes
- Connections: Error while connecting =>
toString() of undefined
- Connections: Error while connecting =>
- Enhancements
- UI: Updated extension icon and README.
- Settings: Added settings defintion for
dialectOptions
. - Connection Explorer
- Improved to show
Generate insert Query
andAdd to cursor
only when an editor is open and editable. - Auto Expand connection on connect.
- Improved to show
- Fixes
- Connection Explorer: Fixes tables not showing columns.
- Fixes disconnect not working. #122.
- Auto connecting if have just one connection
- 'Add new Server' changed to 'Add new connection'
- Fixes show records when not connected
- Show records and describe tables when using multiple connections. #119
- Avoid asking password for already open connection
- Minor fix. Show records infinity loop.
See v0.16.x
See v0.15.x
Skipped.
See v0.13.x
See v0.12.x
See v0.11.x