Releases: techouse/mysql-to-sqlite3
Releases · techouse/mysql-to-sqlite3
2.3.0
2.3.0
- [FEAT] add MySQL 8.4 and MariaDB 11.4 support
2.2.2
2.2.2
- [FIX] use
dateutil.parse
to parse SQLite dates
2.2.1
2.2.1
- [FIX] Fix transferring composite primary keys when AUTOINCREMENT present
2.2.0
2.1.12
2.1.12
- [CHORE] update MySQL Connector/Python to 8.4.0
- [CHORE] add Sphinx documentation
2.1.11
2.1.11
- [CHORE] migrate package from flat layout to src layout
2.1.10
2.1.9
2.1.8
2.1.8
- [FIX] ensure index names do not collide with table names
2.1.7
2.1.7
- [FIX] use more precise foreign key constraints