Releases: techouse/mysql-to-sqlite3
Releases · techouse/mysql-to-sqlite3
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
2.1.6
2.1.6
- [FEAT] build both linux/amd64 and linux/arm64 Docker images
2.1.5
2.1.5
- [CHORE] fix Docker package publishing from Github Workflow
2.1.4
2.1.3
2.1.3
- [CHORE] maintenance release to publish first containerized release
2.1.2
2.1.2
- [FIX] throw more comprehensive error messages when translating column types
2.1.1
2.1.1
- [CHORE] add support for Python 3.12
- [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0
2.1.0
2.0.3
2.0.3
- [FIX] import MySQLConnectionAbstract instead of concrete implementations