./databases/p5-DBD-MariaDB, MariaDB and MySQL driver for the Perl5 Database Interface (DBI)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.23, Package name: p5-DBD-MariaDB-1.23, Maintainer: pkgsrc-users

DBD::MariaDB is the Perl5 Database Interface driver for MariaDB
and MySQL databases. In other words: DBD::MariaDB is an interface
between the Perl programming language and the MariaDB/MySQL
programming API that comes with the MariaDB/MySQL relational database
management system. Most functions provided by this programming API
are supported. Some rarely used functions are missing, mainly
because no-one ever requested them. :-)


Required to run:
[databases/p5-DBI] [lang/perl5] [devel/p5-Devel-CheckLib] [databases/mariadb106-client]

Master sites: (Expand)

Filesize: 182.15 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-02 09:26:19 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.23

Upstream 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

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/perl5-dbi/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)
   2023-07-14 15:26:43 by Nia Alarie | Files touched by this commit (1)
Log message:
p5-DBD-MariaDB: use MARIADB_VERSIONS_ALL
   2023-07-14 15:04:55 by David Brownlee | Files touched by this commit (1)
Log message:
Add mariadb1011 to MYSQL_VERSIONS_ACCEPTED for p5-DBD-MariaDB
   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2022-06-28 13:38:00 by Thomas Klausner | Files touched by this commit (3952)
Log message:
*: recursive bump for perl 5.36
   2021-11-11 17:53:45 by David Brownlee | Files touched by this commit (3)
Log message:
Added p5-DBD-MariaDB

DBD::MariaDB is the Perl5 Database Interface driver for MariaDB
and MySQL databases. In other words: DBD::MariaDB is an interface
between the Perl programming language and the MariaDB/MySQL
programming API that comes with the MariaDB/MySQL relational database
management system. Most functions provided by this programming API
are supported. Some rarely used functions are missing, mainly
because no-one ever requested them. :-)