Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
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
2.3.1
2.3.1
- [FIX] fix conversion of SQLite
NUMERIC
data type with precision and scale to MySQLDECIMAL
with precision and
scale
2.3.0
2.3.0
- [FEAT] add MySQL 8.4 and MariaDB 11.4 support
2.2.1
2.2.1
- [FIX] use
dateutil.parse
to parse SQLite dates
2.2.0
2.2.0
- [FEAT] add
--mysql-skip-create-tables
and--mysql-skip-transfer-data
options - [FIX] fix default parameter parsing
- [CHORE] update Sphinx documentation
2.1.10
2.1.9
2.1.9
- [FEAT] add conversion of SQLite custom
BOOL
data type to MySQLTINYINT(1)
2.1.8
2.1.8
- [CHORE] migrate package from flat layout to src layout
2.1.7
2.1.6
2.1.6
- [FEAT] build both linux/amd64 and linux/arm64 Docker images