Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
2.4.6
2.4.6
- [FIX] fix importing
typing_extensions
on Python >= 3.11
2.4.5
2.4.5
- [FIX] fix MySQL connection parameters to handle optional socket, host and port
2.4.4
2.4.4
- [FIX] fix pyproject.toml build sources and specify package inclusion for sdist and wheel
2.4.3
2.4.3
- [CHORE] update pyproject.toml for improved metadata, dependency management, and dev requirements
2.4.2
2.4.2
- [FIX] fix conflict between MySQL port and socket options in CLI
2.4.1
2.4.1
- [FEAT] add MySQL Unix socket connection support via the
--mysql-socket
option
2.4.0
2.3.2
2.3.2
- [FIX] fix --mysql-insert-method
- [FIX] modify the existing
check_mysql_json_support
andcheck_mysql_fulltext_support
to improve detection of
MariaDB versions - [FIX] fix connecting with empty MySQL password
2.3.1
2.3.1
- [FIX] fix conversion of SQLite
NUMERIC
data type with precision and scale to MySQLDECIMAL
with precision and
scale
2.3.0
2.3.0
- [FEAT] add MySQL 8.4 and MariaDB 11.4 support