Skip to content

Commit 0ca2dcc

Browse files
committed
🔖 release v2.5.2
# 2.5.2 * [FEAT] transfer MySQL views as native SQLite views * [CHORE] improve robustness of data transfer by leveraging sqlglot for SQL translation
1 parent 5d1fe7d commit 0ca2dcc

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.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+
16
# 2.5.1
27

38
* [FIX] prevent non-unique SQLite indices from being quietly omitted

src/mysql_to_sqlite3/__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 MySQL to SQLite 3."""
22

3-
__version__ = "2.5.1"
3+
__version__ = "2.5.2"
44

55
from .transporter import MySQLtoSQLite

0 commit comments

Comments
 (0)