Skip to content
This repository was archived by the owner on Sep 30, 2025. It is now read-only.

Tags: vladbalmos/mitzasql

Tags

1.4.4

Toggle 1.4.4's commit message
[1.4.4]

Changed
-------
- Bump kramdown to 2.3.1 in /docs
- Bump pygments to 2.7.4

Fixed
-------
- Fix crash (#95)
- Fix database change error caused by accidentally mutating the original connection data when running custom query
- Fix crash when running executing invalid SQL in multi query
- Remove duplicate "Clipboard support" section in user manual
- Fix crash when viewing stored procedure without parameters

1.4.3

Toggle 1.4.3's commit message
1.4.3

- Auto quote filter command parameters based on the column type. #94

1.4.2

Toggle 1.4.2's commit message
1.4.2

Fixed
Fix #90 (Invalid filter value breaks table view screen)

1.4.1

Toggle 1.4.1's commit message
1.4.1

- Fix connection database name caching issue

1.4.0

Toggle 1.4.0's commit message
1.4.0

- Switch to relative imports for consistency
- Improve test scripts to allow testing against only selected versions of mysql and python. Add `help` option
- Improve columns sizing during rendering
- Allow multiple statements to be executed in the query editor. Eg:
    SET @A = (SELECT ...)
    SELECT @A
- Ctrl-C has been re-assigned to copy text from the query editor

- Smart autocomplete for common statements
- Add "Loading..." status when switching views
- Add system clipboard (ctrl c/ctrl v) support to query editor (optional dependency: pyperclip)

- Fix a bug where a column containing spaces in its name breaks the table screen view
- Fix a bug related to caching a table view (same table name in different databases)
- Fix a bug the lead to a crash when pasting text larger than the in the query editor widget

1.3.0

Toggle 1.3.0's commit message
1.3.0

- Switch to RawConfigParser to fix issue with percent sign in passwords (pull/86 by oliverseal)
- Drop support for Python 3.5
- Drop support for MySQL 5.5
- Upgrade to Urwid 2.1.2
- Upgrade mysql-connector-python to 8.0.22
- Upgrade appdirs to 1.4.4
- Upgrade pygments to 2.7.2
- Update documentation
- Go back to previous screen after dismissing a SQL error
- Log line numbers executed by macros
- Go back and refresh previous screen if the Query Editor runs sql which modifies records (insert, update, delete, etc...)
- Prevent caching custom queries

- Fix for #88: Database names with dashes cause error 1064 (42000)
- Fix for #84
- Fix for #85
- Fix for #86

1.2.0

Toggle 1.2.0's commit message
1.2.0 Release

1.1.0

Toggle 1.1.0's commit message
Release 1.1.0

1.0.1

Toggle 1.0.1's commit message
[skip ci]

1.0

Toggle 1.0's commit message
First release