- Remove clean section OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/qore-mysql-module?expand=0&rev=42
75 lines
3.0 KiB
Plaintext
75 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 12 16:08:25 UTC 2025 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
|
|
|
- Add CMAKE Policy for >= 3.5 (boo#1241902)
|
|
- Remove clean section
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 28 11:46:57 UTC 2022 - Sarah Kriesch <sarah.kriesch@opensuse.org>
|
|
|
|
- Update to version 2.1
|
|
* implemented support for the selectRow DBI method
|
|
* implemented support for the prepared statement API;
|
|
the driver uses MySQL's prepared statement API internal
|
|
to bind to Qore's DBI prepared statement API
|
|
* implemented support for binding and retrieving "number" types
|
|
* implemented support for the following DBI options:
|
|
- "optimal-numbers"
|
|
- "string-numbers"
|
|
- "numeric-numbers"
|
|
- "timezone"
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 28 18:58:40 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 2.0.2.1 for qore 1.0.10
|
|
* Use supported APIs for string operations
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 12 14:10:37 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
|
|
|
- Update to version 2.0.2.1 for qore 0.9.15
|
|
* Fixed selectRow() to properly report errors in fetching data
|
|
* Implemented support for the collation option for mysql
|
|
* Updated to QoreValue API
|
|
* Minor bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 19 18:00:24 UTC 2020 - sarah.kriesch@opensuse.org
|
|
|
|
- add s390x in spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 29 12:28:55 UTC 2018 - guillaume.gardet@opensuse.org
|
|
|
|
- Update to 2.0.2.1 (fix aarch64 build):
|
|
* New Features and Bug Fixes
|
|
- updated SQLStatement::fetchColumns() to return an empty hash when no data is available (issue 1241)
|
|
- fixed a bug where DBI-SELECT-ROW-ERROR exceptions were being raised as MYSQL-SELECT-ROW-ERROR exceptions (issue 2542)
|
|
* Update from 2.0.2:
|
|
- fixed formatting bugs in invalid value specification error messages
|
|
- updated configure to find and compile with MariaDB and Percona includes and libs
|
|
- placeholders and quotes in SQL comments are ignored
|
|
- fixed time column retrieval; the date component is now set to 1970-01-01
|
|
- fixed binary and varbinary column handling
|
|
- fixed the "optimal-numbers" option with decimal values with decimal points (issue 542)
|
|
- fixed returning result sets with duplicate column names (issue 832)
|
|
- Switch source URL to github
|
|
- Add aarch64 as 64-bit arch in spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 31 03:29:24 UTC 2015 - normand@linux.vnet.ibm.com
|
|
|
|
- add ppc64le as 64 bit architecture in spec file
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 21 15:13:21 UTC 2014 - petr@yarpen.cz
|
|
|
|
- fixed license in spec file. GPL-2.0+ used only
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 15 16:19:34 UTC 2014 - petr@yarpen.cz
|
|
|
|
- migrated to OBS file layout
|
|
|