* [FIX] fix --mysql-insert-method * [FIX] modify the existing `check_mysql_json_support` and `check_mysql_fulltext_support` to improve detection of MariaDB versions * [FIX] fix connecting with empty MySQL password
2.3.1
* [FIX] fix conversion of SQLite `NUMERIC` data type with precision and scale to MySQL `DECIMAL` with precision and scale
2.3.0
* [FEAT] add MySQL 8.4 and MariaDB 11.4 support
2.2.1
* [FIX] use `dateutil.parse` to parse SQLite dates