Branch: refs/heads/master
  Home:   https://github.com/perl5-dbi/dbi
  Commit: 752baaf2b66270f30c064ee1eae6bd4ff2a81a78
      
https://github.com/perl5-dbi/dbi/commit/752baaf2b66270f30c064ee1eae6bd4ff2a81a78
  Author: Pali <p...@cpan.org>
  Date:   2018-01-25 (Thu, 25 Jan 2018)

  Changed paths:
    M DBI.pm

  Log Message:
  -----------
  Add mariadb_ prefix for a new DBD::MariaDB driver

A new DBD::MariaDB driver is a fork of DBD::mysql and is currently
developed at github: https://github.com/gooddata/DBD-MariaDB

Without registering DBI prefix, DBD::MariaDB itself cannot register own
methods on $dbh or $sth handles and throw error:

method name prefix 'mariadb_' is not associated with a registered driver


  Commit: 2e1b45c728cc92f470d971dcc2510a524c5d529b
      
https://github.com/perl5-dbi/dbi/commit/2e1b45c728cc92f470d971dcc2510a524c5d529b
  Author: Tim Bunce <tim.bu...@pobox.com>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M DBI.pm

  Log Message:
  -----------
  Merge pull request #56 from pali/master

Add mariadb_ prefix for a new DBD::MariaDB driver


Compare: https://github.com/perl5-dbi/dbi/compare/34ec603b6f08...2e1b45c728cc

Reply via email to