mycli v1.21.0 Release Notes

Release Date: 2020-04-17 // about 4 years ago
  • 🔋 Features:

    • ➕ Added DSN alias name as a format specifier to the prompt (Thanks: [Georgy Frolov]).
    • ⚡️ Mark update without where-clause as destructive query (Thanks: [Klaus Wünschel]).
    • ➕ Added DELIMITER command (Thanks: [Georgy Frolov])
    • ➕ Added clearer error message when failing to connect to the default socket.
    • ⬇️ Extend main.is_dropping_database check with create after delete statement.
    • Search ${XDG_CONFIG_HOME}/mycli/myclirc after ${HOME}/.myclirc and before /etc/myclirc (Thanks: [Takeshi D. Itoh])

    🐛 Bug Fixes:

    • 👍 Allow \o command more than once per session (Thanks: [Georgy Frolov])
    • 🛠 Fixed crash when the query dropping the current database starts with a comment (Thanks: [Georgy Frolov])

    Internal:

    • 🗄 deprecate python versions 2.7, 3.4, 3.5; support python 3.8