DBD::MariaDB 1.10 released on CPAN
[email protected] Wed, 5 Dec 2018 14:10:37 +0100
| Newsgroups | perl.dbi.dev,perl.dbi.users |
|---|---|
| Message-ID | <20181205131037.3hjmf4y4a3qt6rzv@pali> |
Hello!
I would like to announce that DBD::MariaDB 1.10 was released on CPAN.
https://metacpan.org/release/PALI/DBD-MariaDB-1.10
DBD::MariaDB is DBI driver for connecting to MariaDB and MySQL
databases. It is a fork of DBD::mysql driver which aims to work
correctly with Unicode and to have a better support for MariaDB.
Currently DBD::MariaDB is tested with more then 150 combination of
MariaDB/MySQL client libraries with different MariaDB/MySQL server
databases, including new versions of MariaDB 10.3/10.4 and MySQL 8.0.
https://travis-ci.org/gooddata/DBD-MariaDB
New version 1.10 contains mostly bug fixes and workarounds for bugs in
MariaDB/MySQL client libraries. Also there are new features too:
* Support for DBI driver-aware $sth->last_insert_id() method which is
replacement for MariaDB specific $sth->{mariadb_insertid} attribute
* Default session collation is set to utf8mb4_unicode_ci (real Unicode)
List of all changes is available at DBD-MariaDB-1.10 release page:
https://metacpan.org/release/PALI/DBD-MariaDB-1.10
And up-to-date documentation for DBD::MariaDB is available at:
https://metacpan.org/pod/DBD::MariaDB
If you find a bug in DBD::MariaDB, please report it to issue tracker:
https://github.com/gooddata/DBD-MariaDB/issues