E. Choroba

Results 39 comments of E. Choroba

Also note that the feature is missing in documentation of `experimental`, although it is supported by it.

> some distinction deep in Perl's C code In fact, it's been documented in [CORE](http://p3rl.org/CORE).

It breaks if you use non-ascii characters in unquoted LHS of the fat comma, too: use utf8; my %czech_to_english = ( kůň => 'horse' );

@cbrandtbuffalo: The code comments suggest InactiveDestroy never worked properly in DBD::mysql, either. There were resource leaks preventing the connection from closing (regardless of InactiveDestroy). The leaks were fixed in DBD::MariaDB,...

@cbrandtbuffalo: Can you check the WIP change here with your tests? https://github.com/perl5-dbi/DBD-MariaDB/compare/master...choroba:inactive-destroy?expand=1

Should be fixed in upstream by https://github.com/mysql/mysql-server/commit/f05a2daa5f8288174c48eea248bf92c92dcf6e3a

It should be part of MYSQL versions 8.0.35 and 8.2.0

I'd use `qr/^1\.70?$/` but otherwise seems to capture the change.

Has the problem been reported upstream? Skipping the test doesn't seem right to me, as if someone depends on the correct behaviour, they probably don't want to get "all tests...