Releases: techouse/sqlite3-to-mysql
Releases · techouse/sqlite3-to-mysql
2.5.8
2.5.7
2.5.7
- [FIX] cast parsed SQL expressions to the correct type for type safety
2.5.6
2.5.6
- [FIX] improve typing compatibility by preserving transformed
sqlglotexpressions as typed MySQL/SQLite expressions - [CHORE] refresh GitHub Actions workflow dependencies, including
actions/checkoutv6 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/databasekeywords - [CHORE] update the LICENSE copyright year to 2026 and remove unnecessary blank lines for cleaner formatting
2.5.5
2.5.5
- [FEAT] add support for SQLite
JSONBcolumn type - [FIX] enhance the translation of SQLite timestamp expressions that use
current_timestampwithin date/time functions
2.5.4
2.5.4
- [FEAT] add support for SQLite shorthand foreign key references that implicitly reference primary keys
2.5.3
2.5.3
- [FIX] transfer
TEXTdefault - [FIX] removed the Hatch
sources = ["src"]rewrite sosdistsnow keep thesrc/sqlite3_to_mysqltree, letting
wheels built from the sdist include the actual package
2.5.2
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
2.5.1
2.5.1
- [FEAT] enhance table creation logic to handle default values and improve error handling
2.5.0
2.5.0
- [FEAT] translate SQLite defaults to MySQL
- [FEAT] exclude transferring SQLite tables via
-e/--exclude-sqlite-tables
2.4.6
2.4.6
- [FIX] fix importing
typing_extensionson Python >= 3.11