pali

Results 36 issues of pali

More databases supports either parallel execution of statements or at least their network client API provide asynchronous execution of one statements (via non-blocking socket and poll). Please define stable API...

enhancement

DBI API since version 1.642 has support for `last_insert_id` also for statement handle (not only database handle), see: https://metacpan.org/pod/DBI#last_insert_id1 It would be nice if DBD::Pg supports and implement this method....

DBD::MariaDB `$dbh->statistics_info` method is untested. There are missing unit tests that DBD::MariaDB implementation is correct.

Improve bad block handling in mkfs.fat: * Add option to preserve existing bad blocks when re-formatting existing FAT * Add option to call `/sbin/badblocks` for automatic detection of bad blocks...

enhancement

Fat Allocation Table has marked bad clusters. Printing them in format compatible with `badblocks(8)` output can be useful for other tools or other filesystems.

enhancement

Currently it is not possible to enable MariaDB 10.5+ and MySQL 8.1+ server versions in Github Actions CI because Perl module MySQL::Sandbox reject these new versions during installation phase.

Compile time macro `MYSQL_VERSION_ID` should be replaced by runtime function `mysql_get_client_version()` where possible. This allows to update system MariaDB/MySQL client library without need to recompile DBD::MariaDB XS module. Reason: Lot...

For Email::MIME::Header documentation, in Section **SEE ALSO** are broken links to RFC documents RFC 822, RFC 2047, RFC 2231. E.g. RFC 822 points to URL: `http://search.cpan.org/perldoc/https:#%2ftools.ietf.org%2fhtml%2frfc822` instead of `https://tools.ietf.org/html/rfc822`. Same...