Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 67091cab270c91551ac7e836ef8a2556bf77b1c8
https://github.com/perl5-dbi/dbi/commit/67091cab270c91551ac7e836ef8a2556bf77b1c8
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Date: 2024-09-02 (Mon, 02 Sep 2024)
Changed paths:
M DBI.xs
M Driver.xst
M Driver_xst.h
Log Message:
-----------
Use hv_fetchs() instead of hv_fetch() with literal key and manual length
This avoids potential length miscounting bugs. hv_fetchs() was
introduced in Perl 5.10, but is covered by dbipport.h.
Commit: 629bb67b6178201b973837251b751b71d57dd4be
https://github.com/perl5-dbi/dbi/commit/629bb67b6178201b973837251b751b71d57dd4be
Author: H.Merijn Brand <[email protected]>
Date: 2025-08-12 (Tue, 12 Aug 2025)
Changed paths:
M DBI.xs
M Driver.xst
M Driver_xst.h
Log Message:
-----------
Merge pull request #133 from ilmari/hv-fetchs
Use hv_fetchs() instead of hv_fetch() with literal key and manual length
Compare: https://github.com/perl5-dbi/dbi/compare/c2ec112f603e...629bb67b6178
To unsubscribe from these emails, change your notification settings at
https://github.com/perl5-dbi/dbi/settings/notifications