mycli v1.17.0 Release Notes

Release Date: 2018-05-28 // almost 6 years ago
  • ๐Ÿ”‹ Features:

    • โž• Add CONCAT to SQLCompleter and remove unused code (Thanks: [caitinggui])
    • Do not quit when aborting a confirmation prompt (Thanks: [Thomas Roten]).
    • โž• Add option list-dsn (Thanks: [Frederic Aoustin]).
    • โž• Add verbose option for list-dsn, add tests and clean up code (Thanks: [Dick Marinus]).

    ๐Ÿ› Bug Fixes:

    • โž• Add enable_pager to the config file (Thanks: [Frederic Aoustin]).
    • Mark test_sql_output as a dbtest (Thanks: [Dick Marinus]).
    • ๐ŸŒฒ Don't crash if the log/history file directories don't exist (Thanks: [Thomas Roten]).
    • Unquote dsn username and password (Thanks: [Dick Marinus]).
    • Output Password: prompt to stderr (Thanks: [ushuz]).
    • Mark alter as a destructive query (Thanks: [Dick Marinus]).
    • Quote CSV fields (Thanks: [Thomas Roten]).
    • ๐Ÿ›  Fix thanks_picker (Thanks: [Dick Marinus]).

    Internal:

    • ๐Ÿ”จ Refactor Destructive Warning behave tests (Thanks: [Dick Marinus]).