mycli v1.20.0 Release Notes

Release Date: 2019-08-12 // over 4 years ago
  • ๐Ÿ”‹ Features:

    • Auto find alias dsn when :// not in database (Thanks: [QiaoHou Peng]).
    • Mention URL encoding as escaping technique for special characters in connection DSN (Thanks: [Aljosha Papsch]).
    • Pressing Alt-Enter will introduce a line break. This is a way to break up the query into multiple lines without switching to multi-line mode. (Thanks: [Amjith Ramanujam]).
    • ๐Ÿ‘‰ Use a generator to stream the output to the pager (Thanks: [Dick Marinus]).

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fix the missing completion for special commands (Thanks: [Amjith Ramanujam]).
    • ๐Ÿ›  Fix favorites queries being loaded/stored only from/in default config file and not --myclirc (Thanks: [Matheus Rosa])
    • ๐Ÿ›  Fix automatic vertical output with native syntax style (Thanks: [Thomas Roten]).
    • โšก๏ธ Update cli_helpers version, this will remove quotes from batch output like the official client (Thanks: [Dick Marinus])
    • โšก๏ธ Update setup.py to no longer require sqlparse to be less than 0.3.0 as that just came out and there are no notable changes. ([VVelox])
    • โ†ช workaround for ConfigObj parsing strings containing "," as lists (Thanks: [Mike Palandra])

    Internal:

    • ๐Ÿ›  fix unhashable FormattedText from prompt toolkit in unit tests (Thanks: [Dick Marinus]).