pali

Results 504 comments of pali

If you are interested to write such tool, feel free to do it.

Hello! I have looked at this issue. The problem is that `$dbh` and `$sth` tied hash attribute `STORE` method does not signal failure via return value when `AutoCommit` is supported...

Hm... I have read available DBI documentation again and also code for handling AutoCommit in DBI and I now think that this is not the correct solution. Important parts are:...

> Other than saying one should invoke dbd_drv_error(), this isn't very proscriptive as far as calling croak() or not. If we should call croak() for these errors, shouldn't the documentation...

Fix for DBD::MariaDB with test case is here: https://github.com/perl5-dbi/DBD-MariaDB/pull/185

This looks like as one of the issue which I fixing in the past for DBD-MariaDB. Could you check if DBD-MariaDB is (not) affected?

Well, the point is that https://github.com/perl5-dbi/DBD-MariaDB driver supports both MySQL and MariaDB servers. So if the DBD-mysql is crashing you can try DBD-MariaDB for your MySQL application.

Yea, this is better approach. But code is still in WIP state and needs cleanups and separating duplicate code into separate shared file (like is readdisc.c used in more tools).