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 5d1fe7d commit 0ca2dccCopy full SHA for 0ca2dcc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2.5.2
2
+
3
+* [FEAT] transfer MySQL views as native SQLite views
4
+* [CHORE] improve robustness of data transfer by leveraging sqlglot for SQL translation
5
6
# 2.5.1
7
8
* [FIX] prevent non-unique SQLite indices from being quietly omitted
src/mysql_to_sqlite3/__init__.py
@@ -1,5 +1,5 @@
"""Utility to transfer data from MySQL to SQLite 3."""
-__version__ = "2.5.1"
+__version__ = "2.5.2"
from .transporter import MySQLtoSQLite
0 commit comments