Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

v0.8.3

Compare
Choose a tag to compare
@tkopets tkopets released this 10 May 14:07
· 186 commits to master since this release

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 and Show Table Records