Skip to content

Releases: techouse/mysql-to-sqlite3

2.1.4

07 Dec 00:41
64affc2
Compare
Choose a tag to compare

2.1.4

  • [FIX] fix invalid column_type error message

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

2.1.3

06 Dec 08:53
a7d73e9
Compare
Choose a tag to compare

2.1.3

  • [CHORE] maintenance release to publish first containerized release

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

2.1.2

04 Dec 23:03
b35c6db
Compare
Choose a tag to compare

2.1.2

  • [FIX] throw more comprehensive error messages when translating column types

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

2.1.1

27 Oct 20:17
258f946
Compare
Choose a tag to compare

2.1.1

  • [CHORE] add support for Python 3.12
  • [CHORE] bump minimum version of MySQL Connector/Python to 8.2.0

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

2.1.0

14 Oct 12:32
f94acca
Compare
Choose a tag to compare

2.1.0

  • [CHORE] drop support for Python 3.7

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

2.0.3

08 Oct 08:00
11c0178
Compare
Choose a tag to compare

2.0.3

  • [FIX] import MySQLConnectionAbstract instead of concrete implementations

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

2.0.2

08 Oct 07:58
0095622
Compare
Choose a tag to compare

2.0.2

  • [FIX] properly import CMySQLConnection

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

2.0.1

08 Oct 07:57
885b258
Compare
Choose a tag to compare

2.0.1

  • [FEAT] add support for MySQL character set introducers in DEFAULT clause

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

2.0.0

08 Oct 07:55
75f4330
Compare
Choose a tag to compare

2.0.0

  • [CHORE] drop support for Python 2.7, 3.5 and 3.6
  • [CHORE] migrate pytest.ini configuration into pyproject.toml
  • [CHORE] migrate from setuptools to hatch / hatchling
  • [CHORE] update dependencies
  • [CHORE] add types
  • [CHORE] add types to tests
  • [CHORE] update dependencies
  • [CHORE] use f-strings where appropriate

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

1.4.18

08 Oct 07:49
6f40c6a
Compare
Choose a tag to compare

1.4.18

  • [CHORE] update dependencies
  • [CHORE] use black and isort in tox linters

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


NOTE: This is the final v1 release. Support for Python 2.7, 3.5 and 3.6 has been dropped in v2.