Skip to content

Tags: techouse/mysql-to-sqlite3

Tags

v2.5.5

Toggle v2.5.5's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.5

# 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

v2.5.4

Toggle v2.5.4's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.4

# 2.5.4

* [FIX] enhance handling of MySQL string literals and default values

v2.5.3

Toggle v2.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.3

# 2.5.3

* [CHORE] add Python 3.14 support

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.2

# 2.5.2

* [FEAT] transfer MySQL views as native SQLite views
* [CHORE] improve robustness of data transfer by leveraging sqlglot for SQL translation

v2.5.1

Toggle v2.5.1's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.1

# 2.5.1

* [FIX] prevent non-unique SQLite indices from being quietly omitted

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.5.0

# 2.5.0

* [FEAT] add support for creating SQLite STRICT tables via `-M/--strict` CLI switch

v2.4.5

Toggle v2.4.5's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.4.5

# 2.4.5

* [FIX] fix importing `typing_extensions` on Python >= 3.11

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.4.4

v2.4.3

Toggle v2.4.3's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.4.3

# 2.4.3

* [CHORE] update pyproject.toml to improve metadata, dependency management, and wheel build config

v2.4.2

Toggle v2.4.2's commit message

Verified

This commit was signed with the committer’s verified signature.
techouse Klemen Tusar
🔖 release v2.4.2

# 2.4.2

* [FIX] handle `curtime()`, `curdate()`, `current_timestamp()`, and `now()` MariaDB-specific translations in default
  values
* [CHORE] add MariaDB 11.8 LTS tests
* [CHORE] drop redundant MariaDB 10.1, 10.2, 10.3, 10.4 and 10.5 tests