14
0

- 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlite3-to-mysql?expand=0&rev=15
This commit is contained in:
2025-06-28 14:03:06 +00:00
committed by Git OBS Bridge
parent 05378f5f33
commit 117187b2b2
6 changed files with 56 additions and 15 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
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