Skip to content

easyaccess 1.2.0

Compare
Choose a tag to compare
@mgckind mgckind released this 01 Oct 19:25
· 552 commits to master since this release
  • Fixes several issues, like: #35, #34, #30, #26 #25 among others
  • Does not clear screen after query
  • Added a message when password has not been set in the last 200 days (added extra columns to whoami as well)
  • Fix problem with connection after entering a wrong query which used to hangs in some networks
  • Bugfixes (show_index, change display setting without restarting, others)
  • Added explain option to see the execution plan, i.e. DESDB ~> SELECT * FROM TABLE; < explain
  • Added extra configuration option for column width (useful when printing large text columns)
  • Added optional user/password from command line (using --user and --password )
  • Added size info to mytables command
  • Added append_tables option to append data to existing tables
  • Minor changes in uploading tables
  • python 3 compatible
  • change config.ini folder, from .easyacess/ to .easyaccess (typo)
  • move multiprocess import call depending on whether the loading bar is set