We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb51d3a commit 34b01ecCopy full SHA for 34b01ec
CHANGELOG.md
@@ -1,6 +1,10 @@
1
+# 2.2.2
2
+
3
+* [FIX] use `dateutil.parse` to parse SQLite dates
4
5
# 2.2.1
6
-* [FIX] Fix transferring composite primary keys when AUTOINCREMENT present
7
+* [FIX] fix transferring composite primary keys when AUTOINCREMENT present
8
9
# 2.2.0
10
src/mysql_to_sqlite3/__init__.py
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""
-__version__ = "2.2.1"
+__version__ = "2.2.2"
from .transporter import MySQLtoSQLite
0 commit comments