This repository was archived by the owner on Mar 12, 2020. It is now read-only.
v0.8.3
Improvements
- Status bar message is shown when SQL commands are executed
- Better completions suggestions when quoted identifiers are used
- Added support for optional CLI arguments (those will be used only if set in Connection settings file)
- [PostgreSQL] Error message is shown when password is not configured in
pgpass.conf
file - [MySQL] Added two new methods to supply password (using
--defaults-extra-file
and--login-path
with.mylogin.cnf
). Using either of these methods eliminates security warning.
Fixes
- [MySQL] Fixed recently broken
Table Description
andShow Table Records