pali
pali
> As far as I know the JSON standard dictates that it is not JSON if it is not UTF-8. Which JSON standard? There are at least 5 JSON standards...
Hello, please provide full output of DBI trace and include also MySQL server version, MySQL client version, DBI version and DBD::mysql version. When mysql_server_prepare is not enabled, then replacement of...
I wrote details about this problem to stackoverflow: https://stackoverflow.com/a/50933703/9963391
Fixed in DBD::MariaDB driver which is now cpan: http://metacpan.org/pod/DBD::MariaDB
Hi! Some of those problems are or would be fixed in DBD::MariaDB. If you have a full testable reproducer against DBD::MariaDB, please fill a issue to https://github.com/gooddata/DBD-MariaDB project and we...
DBD::MariaDB is still under development, please read https://www.nntp.perl.org/group/perl.dbi.users/2018/01/msg37584.html and https://www.nntp.perl.org/group/perl.dbi.users/2018/01/msg37586.html Travis tests for MySQL 4.1 passes; new MariaDB 10.2 and 10.3 too.
Yes, admin method was removed because it was deprecated (see commit e35a6284602900c4085d1f82d34756977684defb) and replaced by calling SQL statements. I'm cleaning up old and deprecated code. But as I said, if...
Hi @markuswernig! Based on discussion in #117 this issue will never be fixed in DBD::mysql. Also it is reason why I forked DBD::mysql into DBD::MariaDB https://metacpan.org/pod/DBD::MariaDB where problem with Unicode...
Do you mean to have `$dbh->reconnect()` method? If yes, then first it needs to be supported by DBI, so report it to DBI itself: https://github.com/perl5-dbi/dbi/issues
Should be fixed in https://github.com/gooddata/DBD-MariaDB repository.