File python-sqlite3-to-mysql.changes of Package python-sqlite3-to-mysql
-------------------------------------------------------------------
Sat Jun 28 12:00:45 UTC 2025 - Enno Gotthold <egotthold@suse.com>
- Support libalternatives for 16.0 and newer
- Update to 2.4.0
* add conversion of SQLite custom BOOL data type to MySQL TINYINT(1)
* add --mysql-skip-create-tables and --mysql-skip-transfer-data options
* fix default parameter parsing
* add MySQL 8.4 and MariaDB 11.4 support
* fix conversion of SQLite NUMERIC data type with precision and scale to
MySQL DECIMAL with precision and scale
* fix --mysql-insert-method
* modify the existing check_mysql_json_support and check_mysql_fulltext_support
to improve detection of MariaDB versions
* fix connecting with empty MySQL password
-------------------------------------------------------------------
Mon Jan 29 11:42:15 UTC 2024 - pgajdos@suse.com
- python-six is not required
-------------------------------------------------------------------
Sat Jan 20 13:18:29 UTC 2024 - Enno Gotthold <egotthold@suse.com>
- Update to 2.1.7
- Update to 2.1.5
* feat: add support for UNSIGNED numeric data type conversion
* fix: fix invalid column_type error message
-------------------------------------------------------------------
Sun Oct 22 14:13:29 UTC 2023 - Enno Gotthold <egotthold@suse.com>
- Update to 2.1.0
* 2.0.3: prevent AUTO_INCREMENT-ing fields from having a DEFAULT value
* 2.0.2: properly import CMySQLConnection
-------------------------------------------------------------------
Sat Dec 3 01:01:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.4.16
* Fix #46 - utf8 support
- Update to version 1.4.15
* Add option to truncate existing tables before inserting data
- Update to version 1.4.14
* Fix safe_identifier_length
- Update to version 1.4.13
* Add option to update duplicate records
-------------------------------------------------------------------
Mon Jun 21 10:13:44 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Ensure neutrality of descriptions.
-------------------------------------------------------------------
Sun Jun 20 13:41:07 UTC 2021 - Enno Gotthold <egotthold@suse.com>
- Update to Version 1.4.1
* Handle duplicate indices
* Transition from TravisCI to GH Actions
-------------------------------------------------------------------
Mon Jan 4 12:33:40 UTC 2021 - Enno Gotthold <egotthold@suse.com>
- Update to version 1.3.11
-------------------------------------------------------------------
Tue Dec 1 17:42:41 UTC 2020 - Enno Gotthold <egotthold@suse.com>
- Packaging of Version 1.3.10