Skip to content

Releases: techouse/sqlite3-to-mysql

2.4.6

17 Sep 09:02
39f8622
Compare
Choose a tag to compare

2.4.6

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

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

2.4.5

14 Sep 11:34
1d3e31e
Compare
Choose a tag to compare

2.4.5

  • [FIX] fix MySQL connection parameters to handle optional socket, host and port

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

2.4.4

01 Sep 18:44
545161c
Compare
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/sqlite3-to-mysql/2.4.4/

2.4.3

29 Aug 22:39
46550d6
Compare
Choose a tag to compare

2.4.3

  • [CHORE] update pyproject.toml for improved metadata, dependency management, and dev requirements

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

2.4.2

03 Aug 17:32
a5a3a3f
Compare
Choose a tag to compare

2.4.2

  • [FIX] fix conflict between MySQL port and socket options in CLI

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

2.4.1

13 Jul 16:18
4711f11
Compare
Choose a tag to compare

2.4.1

  • [FEAT] add MySQL Unix socket connection support via the --mysql-socket option

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

2.4.0

27 Mar 09:08
8905a95
Compare
Choose a tag to compare

2.4.0

  • [CHORE] drop support for Python 3.8

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

2.3.2

26 Oct 14:09
729a315
Compare
Choose a tag to compare

2.3.2

  • [FIX] fix --mysql-insert-method
  • [FIX] modify the existing check_mysql_json_support and check_mysql_fulltext_support to improve detection of
    MariaDB versions
  • [FIX] fix connecting with empty MySQL password

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

2.3.1

28 Aug 21:17
89009d4
Compare
Choose a tag to compare

2.3.1

  • [FIX] fix conversion of SQLite NUMERIC data type with precision and scale to MySQL DECIMAL with precision and
    scale

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

2.3.0

27 Jul 10:05
1498d58
Compare
Choose a tag to compare

2.3.0

  • [FEAT] add MySQL 8.4 and MariaDB 11.4 support

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