Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 9ba7b04eadecea344f94234dd693ed52902a13a3
https://github.com/perl5-dbi/dbi/commit/9ba7b04eadecea344f94234dd693ed52902a13a3
Author: Kenichi Ishigaki <[email protected]>
Date: 2016-06-28 (Tue, 28 Jun 2016)
Changed paths:
M DBI.xs
Log Message:
-----------
test SvOK() before copying Statement to the parent handle
- so that SvOK(*statement_svp) around line 4021 can reliably pass.
Commit: d63454cbfba2f95f410583705c92de074a9e45cb
https://github.com/perl5-dbi/dbi/commit/d63454cbfba2f95f410583705c92de074a9e45cb
Author: Tim Bunce <[email protected]>
Date: 2017-08-06 (Sun, 06 Aug 2017)
Changed paths:
M DBI.xs
Log Message:
-----------
Merge pull request #34 from charsbar/fix_copy_statement_to_parent
test SvOK() before copying Statement to the parent handle
Compare: https://github.com/perl5-dbi/dbi/compare/fa0b0f45d9c0...d63454cbfba2