Skip to content

Releases: techouse/mysql-to-sqlite3

2.5.5

01 Nov 12:32
b997e0f

Choose a tag to compare

2.5.5

  • [FIX] removed the Hatch sources = ["src"] rewrite so sdists now keep the src/mysql_to_sqlite3 tree, letting
    wheels built from the sdist include the actual package

https://pypi.org/project/mysql-to-sqlite3/2.5.5/

2.5.4

01 Nov 10:02
d8601c8

Choose a tag to compare

2.5.4

  • [FIX] enhance handling of MySQL string literals and default values

https://pypi.org/project/mysql-to-sqlite3/2.5.4/

2.5.3

27 Oct 08:53
d973233

Choose a tag to compare

2.5.3

  • [CHORE] add Python 3.14 support

https://pypi.org/project/mysql-to-sqlite3/2.5.3/

2.5.2

21 Oct 21:43
0ca2dcc

Choose a tag to compare

2.5.2

  • [FEAT] transfer MySQL views as native SQLite views
  • [CHORE] improve robustness of data transfer by leveraging sqlglot for SQL translation

https://pypi.org/project/mysql-to-sqlite3/2.5.2/

2.5.1

18 Oct 21:38
17d2d60

Choose a tag to compare

2.5.1

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

https://pypi.org/project/mysql-to-sqlite3/2.5.1/

2.5.0

07 Oct 19:38
2a3df4a

Choose a tag to compare

2.5.0

  • [FEAT] add support for creating SQLite STRICT tables via -M/--strict CLI switch

https://pypi.org/project/mysql-to-sqlite3/2.5.0/

2.4.5

17 Sep 09:02
e633770

Choose a tag to compare

2.4.5

  • [FIX] fix importing typing_extensions on Python >= 3.11

https://pypi.org/project/mysql-to-sqlite3/2.4.5/

2.4.4

01 Sep 18:17
cc03075

Choose a tag to compare

2.4.4

  • [FIX] fix pyproject.toml build sources and specify package inclusion for sdist and wheel

https://pypi.org/project/mysql-to-sqlite3/2.4.4/

2.4.3

30 Aug 09:15
3d168a3

Choose a tag to compare

2.4.3

  • [CHORE] update pyproject.toml to improve metadata, dependency management, and wheel build config

https://pypi.org/project/mysql-to-sqlite3/2.4.3/

2.4.2

03 Jul 20:54
732a004

Choose a tag to compare

2.4.2

  • [FIX] handle curtime(), curdate(), current_timestamp(), and now() MariaDB-specific translations in default
    values
  • [CHORE] add MariaDB 11.8 LTS tests
  • [CHORE] drop redundant MariaDB 10.1, 10.2, 10.3, 10.4 and 10.5 tests

https://pypi.org/project/mysql-to-sqlite3/2.4.2/