Skip to content

CHANGELOG

Igor Hatarist edited this page Jun 3, 2017 · 4 revisions

0.2.2 (2017-06-03)

  • Added multiple input files support
  • Added .gz file support that sends the gzipped data on the fly
  • Added \p option to force the pager to show even if it's not enabled. (if there's enough data to display without pager, it still won't show though)

0.2.1 (2017-05-09)

  • Added our own User-Agent to the HTTP requests (it is clickhouse-cli/0.2.1 now instead of the python-requests/2.13.0)
  • Added an option to disable syntax highlighting completely (#8)
  • Added options for the HTTP connection timeout
  • Improved code formatting (#6; Thanks, @iamthen0ise!)
  • Improved request handling (sends GET methods for the read-only queries; POST otherwise)

0.2.0 (2017-04-29)

  • Added an (insecure) option for the default password in the configuration file (#5)
  • Improved autocompletion a lot (derived from pgcli)
  • Improved SET support
  • Fixed password support

0.1.9.7 (2017-04-27)

  • Added \G (FORMAT Vertical) support (#3; Thanks, @DamnWidget!)
  • Added defaults section to the configuration file
  • Fixed handling of the responses with the X-ClickHouse-Progress header (#1)
  • Fixed INTO OUTFILE
  • Fixed numerous stdin/file input processing issues (#4)
  • Fixed encoding problems (#2; Thanks, @DamnWidget!)
  • Improved autocompletion (RENAME TABLE)
  • Improved README
  • Disabled HTTP compression by default

0.1.9 (2017-01-25)

  • Added INTO OUTFILE support
  • Added (an optional; enabled by default) pager for the data display

0.1.8 (2017-01-06)

  • Added basic field autocompletion (subqueries aren't supported yet)
  • Added TSV* format alias support
  • Display elapsed execution time even if exception was caught
  • Get server's version on connect & display it (instead of the useless SELECT 1)
  • Fixed \ps command to make it compatible with 1.1.54115+
  • Fixed syntax highlighting

0.1.7.2 (2016-11-29)

  • Fixed non-interactive mode

0.1.7.1 (2016-11-29)

  • Removed CSV formatter
  • Improved query parser
  • Fixed \kill command

0.1.7 (2016-11-29)

  • Add SET query emulation
  • Add query termination on Ctrl+C
  • Add show_formatted_query and highlight_output options
  • Add [settings] section to .clickhouse-cli.rc

0.1.6 (2016-11-23)

  • Added \ps and \kill commands
  • Improved query parser and syntax highlighting
  • Added query display

0.1.5 (2016-11-21)

  • Fixed setup.py

0.1.4 (2016-11-21)

  • Added --settings parameter
  • Added IPython-like Ctrl+D / Ctrl+C behaviour
  • Improved multiquery parser (by using sqlparse)
  • Improved non-interactive mode

0.1.3 (2016-10-31)

  • Added a .clickhouse-cli.rc configuration file
  • Added HTTP compression for SELECT queries
  • Improved autocompletion (OPTIMIZE)
  • Improved syntax highlighting
  • Added \d+ and \c commands
  • Fixed multiline mode
  • Fixed query parser

0.1.2 (2016-10-15)

  • Added \d, \l, \? commands
  • Improved autocompletion (SHOW)
  • Fixed INSERT ... VALUES query execution
  • Fixed non-interactive mode

0.1.1 (2016-10-10)

  • Added keyword/database/table autocompletion

0.1.0 (2016-10-10)

  • Initial release \o/