Skip to content

Releases: mgckind/easyaccess

easyaccess 1.2.0

01 Oct 19:25
Compare
Choose a tag to compare
  • 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

easyaccess 1.1.0

28 Apr 16:45
Compare
Choose a tag to compare
  • Change pyfits to fitsio
  • Added autocommit as configuration option to commit changes or not by default (default = yes)
  • Added timeout (1 min) to initial metadata cache loading

easyaccess 1.0.8

27 Apr 16:04
Compare
Choose a tag to compare
  • Started migrarion from pyfits to fitsio
  • Fixed bug with single character for fits
  • Fix enconding issues (between ASCII and UTF-8)
  • Loading bar termination issue fixed
  • Added message after loading table for sharing tables
  • Set max limit for output files in MB
  • Add python API features for key commands and bugfix (All commnands can still be accessed from python API)

easyaccess 1.0.7

31 Mar 17:05
Compare
Choose a tag to compare
  • Null and NaN values fixed and customizable (config nullvalue set -9999) It will print 'Null' on the screen but nullvalue on the files
  • Added a SQL syntax checker ( ; < check)
  • Reformatted help

easyaccess 1.0.6

25 Mar 17:53
Compare
Choose a tag to compare
  • Background with Ctrl-Z, bg and fg
  • optional loading bar from config.ini file (default = yes)
  • Connections trials added and error information when not connected
  • print version at startup
  • Number of rows received when running queries into a file
  • Added command to change parameters from config.ini file from inside easyaccess (config)
  • Fix issue with describe_table in latest DB schemas

easyaccess 1.0.5

20 Mar 15:46
Compare
Choose a tag to compare
  • version 1.0.4 was skipped to be in sync with pip
  • Added optional color in config file
  • Added quiet option for initialization
  • command to open an online tutorial (online_tutorial)

easyaccess 1.0.3

19 Mar 01:41
Compare
Choose a tag to compare
  • Added DES Logo
  • Loading bar
  • Check whether des service file is read/write only by user, otherwise it change access mode
  • Added comments from table to describe_table
  • Added command to add comments to tables and columns
  • Fix minor issues and improved formatting

easyaccess 1.0.2

18 Mar 21:20
Compare
Choose a tag to compare
  • Added DES Logo
  • Loading bar
  • Check whether des service file is read/write only by user, otherwise it change access mode
  • Added comments from table to describe_table
  • Added command to add comments to tables and columns
  • Fix minor issues and improved formatting

easyaccess 1.0.1

21 Feb 04:07
Compare
Choose a tag to compare
  • Fix a bug at exit after error
  • Added a checker of DES_SERVICES files and prompt user and password
  • Minor bugs

first release

17 Feb 21:19
Compare
Choose a tag to compare
first release Pre-release
Pre-release
1.0.0

Modified setup