v0.2.0
harlequin-mysql CHANGELOG
All notable changes to this project will be documented in this file.
Unreleased
0.2.0 - 2024-04-11
Features
- Adds a
pool-sizeCLI option to set the size of the MySQL connection pool. Defaults to 5.
Bug Fixes
- Updates the connection pool config to keep all connections in sync after running a
use databasecommand (#11 - thank you @mlopezgva!). - Handles several issues caused by running too many concurrent queries and not fetching results.
0.1.3 - 2024-01-29
Fixes
- Fixes a typo in the help text for the
--useroption (thank you @alexmalins!).
0.1.2 - 2024-01-25
Fixes
- Sets the
pool_nameproperty on the MySQL connection to prevent auto-generated pool names from being too long (#6 - thank you sondeokhyeon!).
0.1.1 - 2024-01-09
Fixes
- Sorts relation names alphabetically and columns by ordinal position.
0.1.0 - 2023-12-14
Features
- Adds a basic MySQL adapter with most common connection options.