Skip to content

Commit f42370a

Browse files
committed
🔖 release v2.5.5
# 2.5.5 * [FEAT] add support for SQLite `JSONB` column type * [FIX] enhance the translation of SQLite timestamp expressions that use `current_timestamp` within date/time functions
1 parent 0a876c7 commit f42370a

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.5
2+
3+
* [FEAT] add support for SQLite `JSONB` column type
4+
* [FIX] enhance the translation of SQLite timestamp expressions that use `current_timestamp` within date/time functions
5+
16
# 2.5.4
27

38
* [FEAT] add support for SQLite shorthand foreign key references that implicitly reference primary keys

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.5.4"
3+
__version__ = "2.5.5"
44

55
from .transporter import SQLite3toMySQL

0 commit comments

Comments
 (0)