forked from pool/python-sqlite3-to-mysql
- 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
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/techouse/sqlite3-to-mysql.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">v2.4.0</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="compression">gz</param>
|
|
<param name="file">*.tar</param>
|
|
</service>
|
|
</services>
|
|
|