Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
2.5.1
2.5.1
- [FEAT] enhance table creation logic to handle default values and improve error handling
2.5.0
2.5.0
- [FEAT] translate SQLite defaults to MySQL
- [FEAT] exclude transferring SQLite tables via
-e
/--exclude-sqlite-tables
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