File perl-DBD-MariaDB.changes of Package perl-DBD-MariaDB
-------------------------------------------------------------------
Mon Aug 12 11:41:03 UTC 2024 - Nathan Cutler <ncutler@suse.com>
- Add patch perl-DBD-MariaDB-fix_ssl_connection_test.patch to reflect
change in text of "self-signed certificate" SSL connection error
-------------------------------------------------------------------
Fri Mar 8 22:15:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Mon Sep 11 03:07:04 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.23
see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
1.23 2023-09-10
- Add a missing break
(https://github.com/perl5-dbi/DBD-MariaDB/issues/163)
- Signal error if mariadb_db_async_result() fails
(https://github.com/perl5-dbi/DBD-MariaDB/issues/162)
- Update links to project website, issues and years
- Fix compilation with some MariaDB client library 10.2 and 10.3 versions
- Fix mariadb_use_result attribute
(https://github.com/perl5-dbi/DBD-MariaDB/issues/173)
- Fix statements with multiple result sets in asynchronous mode
- Fix mariadb_sockfd attribute for Windows
- Croaks when changing AutoCommit attribute fails
(https://github.com/perl5-dbi/dbi/issues/104)
- Various documentation and tests fixes
- Fix support for MariaDB Connector/C prior to 3.1.3 version
- Fix usage of Win32::GetShortPathName() in Makefile.PL
- Build release tarball in TAR format (instead of PAX)
- Allow to query and change mariadb_multi_statements attribute
- Add connect option mariadb_auth_plugin for specifying auth plugin
- Fix support for MySQL 8.0+ client library
(https://github.com/perl5-dbi/DBD-MariaDB/issues/191)
(https://github.com/perl5-dbi/DBD-mysql/issues/329)
- Add Github Actions CI and Cirrus CI (FreeBSD) for automated testing
-------------------------------------------------------------------
Mon Apr 25 11:15:13 UTC 2022 - Tina Müller <tina.mueller@suse.com>
- Update patch perl-DBD-MariaDB-fix_c_32x_test.patch
-------------------------------------------------------------------
Fri Apr 22 03:06:56 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.22
see /usr/share/doc/packages/perl-DBD-MariaDB/Changes
1.22 2022-04-22
- Disable usage of libmysqld.a from MySQL 8.x series
- Install README.pod into DBD/MariaDB/ subdirectory
(https://github.com/gooddata/DBD-MariaDB/issues/146)
- Do not export driver private C functions
- Fix typo in error message
- Fix compatibility with new MariaDB client and server versions
(https://github.com/perl5-dbi/DBD-MariaDB/issues/164)
(https://github.com/perl5-dbi/DBD-MariaDB/issues/167)
(https://github.com/perl5-dbi/DBD-mysql/issues/333)
-------------------------------------------------------------------
Wed Oct 6 09:18:36 UTC 2021 - Pedro Monreal <pmonreal@suse.com>
- Fix regression test failures:
* Add patch from the previous commit.
* Add perl-DBD-MariaDB-fix_c_32x_test.patch
-------------------------------------------------------------------
Tue Oct 5 07:36:54 UTC 2021 - Tuukka Pasanen <tuukka.pasanen@ilmi.fi>
- From mariadb-connector-c client library number is diffrent
which brokes tests. Add patch to fix tests.
-------------------------------------------------------------------
Mon Nov 9 15:25:54 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Mon Mar 9 12:55:09 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Fix build tests
-------------------------------------------------------------------
Mon Mar 9 12:19:45 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Add cpanspec.yml file
-------------------------------------------------------------------
Tue Jul 9 16:32:54 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Enable tests to run in parallel by adding HARNESS_OPTIONS=j4
-------------------------------------------------------------------
Tue Jul 9 14:59:08 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Added missing dependencies
-------------------------------------------------------------------
Mon Jul 8 16:46:41 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Enabled tests during build
* Added files test-setup.sh and test-clean.sh
* Added test dependecies: Proc::ProcessTable and mariadb
-------------------------------------------------------------------
Mon Jun 3 10:48:18 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Reduce the description and delete useless defattr
-------------------------------------------------------------------
Mon Jun 3 10:28:32 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Tests can't be run inside the buildroot, test manually before submit
-------------------------------------------------------------------
Wed Feb 27 12:00:09 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 1.21 2019-02-27
* 1.21 2019-02-27
- Fix skipping test t/14destruct.t
- Revert "MySQL bug #93276 is fixed in 8.0.15"
(https://github.com/gooddata/DBD-MariaDB/issues/137)
-------------------------------------------------------------------
Tue Feb 26 11:08:17 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- update to 1.20 2019-02-22
* 1.20 2019-02-22
- Fix compilation on Windows
- Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+
- Fix processing of unfetched multi result sets
- Cover a protocol design error for multi result statements
- Fix $dbh->last_insert_id for async calls and multi result statements
- Add more robust solution to prevent deinitializing OpenSSL functions
(https://github.com/gooddata/DBD-MariaDB/issues/119)
- Set $sth->{Active} to off after fetching all data
(https://github.com/jhthorsen/mojo-mysql/pull/47#issuecomment-448095164)
- Fix $sth->rows for async, multi results and when error occurred
- Fix disconnect_all() method to work also during global destruction phase
- Address MySQL bug #93276 which is fixed in 8.0.15
-------------------------------------------------------------------
Tue Feb 19 12:39:53 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Cleaned with spec-cleaner
-------------------------------------------------------------------
Tue Feb 19 06:09:04 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- initial package 1.11
* 1.11 2019-01-02
- Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
(https://github.com/gooddata/DBD-MariaDB/issues/119)
* 1.10 2018-12-05
- Fix spelling error (https://github.com/gooddata/DBD-MariaDB/issues/82)
- Fix MinGW build (https://github.com/gooddata/DBD-MariaDB/issues/91)
- Fix DBI SQL types (https://github.com/gooddata/DBD-MariaDB/issues/109)
- Fix overflow in mariadb_thread_id and mariadb_warning_count attributes
- Fix parsing LIMIT keyword (case-insensitive + allow whitespaces around)
- Fix allocating and releasing memory when using Embedded Server
- Fix escaping placeholders when sql_mode is NO_BACKSLASH_ESCAPES
- Fix output from Unicode related tests
- Fix setting client_flag for mysql_real_connect()
- Fix calling DBI->data_sources() without second argument
- Fix $dbh->last_insert_id() for multi and prepared server side statements
- Use dbd_db_do6 API from DBI 1.642 when available
- Add support for a new DBI method call $sth->last_insert_id()
- Add sanity check for Makefile.PL --testsocket, --testhost and --testport
- Report error when $dbh->{mariadb_ssl_cipher} attribute is not supported
- Check that correct number of bind parameters are in $dbh->do()
- Update workarounds for bugs in MariaDB client library (some were fixed)
- Allow to set zero read, write and connect timeout (which means infinite)
- Set default session collation to utf8mb4_unicode_ci for real Unicode
- Change minimal MySQL client version to 4.1.8 (older is incompatible)
- Skip tests which cannot be started on current system/architecture
- Move testrules.yml to t/ directory
- Miscellaneous fixes in tests
* 1.00 2018-07-12
- Do not remove test name and line from test error messages
- Update documentation for mariadb_length and mariadb_max_length
- Fix retrieving ODBC attribute SQL_USER_NAME via $dbh->get_info()
- Do not show internal DBI packages on cpan
- Fix checking for error value from mariadb_embedded options
- Makefile.PL shows error message when no client library was specified
- Fix checking if integer value should be signed or unsigned
* 0.90_01 2018-06-26 (beta)
- This is a new DBD::MariaDB driver, fork of DBD::mysql 4.041 with fixes
- Attributes and methods with mysql_* prefix were renamed to mariadb_*
- See https://metacpan.org/source/PALI/DBD-MariaDB-0.90_01/Changes