SQLRunner version is versioned following semver. All new
features and stuff go under Added, All fixes go under Fixed, deprecated
and removed features go under Deprecated and Removed respectively.
- Activity bar entry for SQL Runner (database icon)
- SQL Runner TreeView based database explorer
- SQL Runner WebView based database explorer
- Tables not being rendered when connection is made whilst tables pane is closed
- Discarding of connection string on connect error
- Listing of all tables (postgres)
- Describe tables (postgres)
- Added refresh tables command
- Describe tables (MySQL)
- Listing of all tables in database (MySQL)
- Basic loader to indicate that a query is executing
- An error page to display errors in query execution
- Run query keybinding to
alt-q efromshift-q e
- MySQL connection adapter
- Postgres connection adapter