Skip to content

Commit 89009d4

Browse files
committed
🔖 release/v2.3.1
# 2.3.1 * [FIX] fix conversion of SQLite `NUMERIC` data type with precision and scale to MySQL `DECIMAL` with precision and scale
1 parent cd08aa4 commit 89009d4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 2.3.0
27

38
* [FEAT] add MySQL 8.4 and MariaDB 11.4 support

src/sqlite3_to_mysql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Utility to transfer data from SQLite 3 to MySQL."""
22

3-
__version__ = "2.3.0"
3+
__version__ = "2.3.1"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)