Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
2.5.2
2.5.2
- [FEAT] transfer SQLite views as MySQL native views
- [CHORE] improve type and default value translation logic
- [CHORE] add Python 3.14 support
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_extensionson 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-socketoption