Skip to content

Releases: techouse/sqlite3-to-mysql

2.5.8

04 Apr 17:17
bc89be0

Choose a tag to compare

2.5.8

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

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

2.5.7

31 Mar 10:51
6e31d48

Choose a tag to compare

2.5.7

  • [FIX] cast parsed SQL expressions to the correct type for type safety

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

2.5.6

15 Mar 22:35
1e24637

Choose a tag to compare

2.5.6

  • [FIX] improve typing compatibility by preserving transformed sqlglot expressions as typed MySQL/SQLite expressions
  • [CHORE] refresh GitHub Actions workflow dependencies, including actions/checkout v6 and newer Docker actions
  • [CHORE] update documentation and packaging metadata by refreshing badge links, fixing the CodeQL badge, bumping Sphinx to 9.1.0, and adding mariadb/database keywords
  • [CHORE] update the LICENSE copyright year to 2026 and remove unnecessary blank lines for cleaner formatting

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

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/