Releases: techouse/mysql-to-sqlite3
Releases · techouse/mysql-to-sqlite3
2.4.2
2.4.2
- [FIX] handle
curtime()
,curdate()
,current_timestamp()
, andnow()
MariaDB-specific translations in default
values - [CHORE] add MariaDB 11.8 LTS tests
- [CHORE] drop redundant MariaDB 10.1, 10.2, 10.3, 10.4 and 10.5 tests
2.4.1
2.4.0
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