Skip to content

Releases: techouse/sqlite3-to-mysql

2.5.5

16 Nov 19:01
f42370a

Choose a tag to compare

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

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

2.5.4

16 Nov 11:11
1847200

Choose a tag to compare

2.5.4

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

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

2.5.3

01 Nov 13:03
7f9c2f1

Choose a tag to compare

2.5.3

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

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

2.5.2

27 Oct 08:53
53dfc1f

Choose a tag to compare

2.5.2

  • [FEAT] transfer SQLite views as MySQL native views
  • [CHORE] improve type and default value translation logic
  • [CHORE] add Python 3.14 support

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

2.5.1

24 Sep 20:43
738c8ce

Choose a tag to compare

2.5.1

  • [FEAT] enhance table creation logic to handle default values and improve error handling

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

2.5.0

23 Sep 21:06
76b989b

Choose a tag to compare

2.5.0

  • [FEAT] translate SQLite defaults to MySQL
  • [FEAT] exclude transferring SQLite tables via -e/--exclude-sqlite-tables

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

2.4.6

17 Sep 09:02
39f8622

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

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

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

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/