Crate Crash Versions Save

Crash is an interactive CrateDB command line interface (CLI) SQL shell with autocompletion.

0.28.0

2 years ago
  • Added support for Python 3.10.

  • Fixed tabular output with rows containing only whitespace or other non-printable characters by upgrading to upstream tabulate package.

Full Changelog: https://github.com/crate/crash/compare/0.27.0...0.28.0

0.27.0

2 years ago
  • Added support for Python 3.9.

  • Upgraded the CrateDB python driver to 0.26.0 in order to enable TCP keepalive on the socket level.

  • Made ctrl-d only quit program on empty command line, like any other shell.

Full Changelog: https://github.com/crate/crash/compare/0.26.0...0.27.0

0.26.0

2 years ago
  • Fixed issue where cancelling a ctrl-r search would not return focus.

  • Added feature to dynamically load keywords (for syntax highlighting) from pg_catalog.pg_get_keywords().

Full Changelog: https://github.com/crate/crash/compare/0.25.0...0.26.0

0.25.0

4 years ago
  • Added the cluster name to the status bar.

  • Sort the output of the \dt (show tables) command alphabetically.

  • Improved the color scheme for the SQL syntax hightlighing.

  • Dropped support for Python 3.4 and added official support for Python 3.7 and Python 3.8.