Skip to content

Releases: techouse/mysql-to-sqlite3

2.6.0

17 Apr 22:49
d396f20

Choose a tag to compare

2.6.0

  • [FEAT] Add MySQL SSL certificate options: --mysql-ssl-ca, --mysql-ssl-cert, --mysql-ssl-key
  • [TEST] close DockerClient instances in test fixtures

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

2.5.7

04 Apr 17:17
149a6b3

Choose a tag to compare

2.5.7

  • [CHORE] pin sqlglot to >=30.0.0,<31.0.0

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

2.5.6

31 Mar 10:19
061ef02

Choose a tag to compare

2.5.6

  • [FIX] update sqlglot expression imports for consistency
  • [CHORE] streamline MySQL connection setup in tests for clarity

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

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/