Releases: techouse/mysql-to-sqlite3
Releases · techouse/mysql-to-sqlite3
2.6.0
2.6.0
- [FEAT] Add MySQL SSL certificate options:
--mysql-ssl-ca,--mysql-ssl-cert,--mysql-ssl-key - [TEST] close DockerClient instances in test fixtures
2.5.7
2.5.6
2.5.6
- [FIX] update sqlglot expression imports for consistency
- [CHORE] streamline MySQL connection setup in tests for clarity
2.5.5
2.5.5
- [FIX] removed the Hatch
sources = ["src"]rewrite sosdistsnow keep thesrc/mysql_to_sqlite3tree, letting
wheels built from the sdist include the actual package
2.5.4
2.5.4
- [FIX] enhance handling of MySQL string literals and default values
2.5.3
2.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
2.5.1
2.5.1
- [FIX] prevent non-unique SQLite indices from being quietly omitted
2.5.0
2.5.0
- [FEAT] add support for creating SQLite STRICT tables via
-M/--strictCLI switch
2.4.5
2.4.5
- [FIX] fix importing
typing_extensionson Python >= 3.11