We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd08aa4 commit 89009d4Copy full SHA for 89009d4
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.3.1
2
+
3
+* [FIX] fix conversion of SQLite `NUMERIC` data type with precision and scale to MySQL `DECIMAL` with precision and
4
+ scale
5
6
# 2.3.0
7
8
* [FEAT] add MySQL 8.4 and MariaDB 11.4 support
src/sqlite3_to_mysql/__init__.py
@@ -1,5 +1,5 @@
"""Utility to transfer data from SQLite 3 to MySQL."""
-__version__ = "2.3.0"
+__version__ = "2.3.1"
from .transporter import SQLite3toMySQL
0 commit comments