mycli v1.14.0 Release Notes

Release Date: 2017-12-23 // over 6 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add watch [seconds] query command to repeat a query every [seconds] seconds (by default 5). (Thanks: David Caro)
    • 0๏ธโƒฃ Default to unix socket connection if host and port are unspecified. This simplifies authentication on some systems and matches mysql behaviour.
    • โž• Add support for positional parameters to favorite queries. (Thanks: Scrappy Soft)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix source command for script in current working directory. (Thanks: [Dick Marinus]).
    • ๐Ÿ›  Fix issue where the tee command did not work on Python 2.7 (Thanks: [Thomas Roten]).

    Internal Changes:

    • โฌ‡๏ธ Drop support for Python 3.3 (Thanks: [Thomas Roten]).

    • ๐Ÿ— Make tests more compatible between different build environments. (Thanks: [David Caro])

    • Merge _on_completions_refreshed and _swap_completer_objects functions (Thanks: [Dick Marinus]).