Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 0d1b61fa9eb06e37fa22dc5facb419f145fba0c1
https://github.com/perl5-dbi/dbi/commit/0d1b61fa9eb06e37fa22dc5facb419f145fba0c1
Author: Pali <[email protected]>
Date: 2019-01-16 (Wed, 16 Jan 2019)
Changed paths:
M Driver.xst
Log Message:
-----------
Fix calling dbd_db_do6 API function
Ensure that passed number items into dbd_db_do6 API function is not
negative and that ax points after the last processed argument.
This is needed because number of arguments passed to $dbh->do() method can
be also less then 3 (some arguments are optional).
Commit: 321d2865b345455308c5fe21369f6304c1121d2f
https://github.com/perl5-dbi/dbi/commit/321d2865b345455308c5fe21369f6304c1121d2f
Author: Tim Bunce <[email protected]>
Date: 2019-03-04 (Mon, 04 Mar 2019)
Changed paths:
M Driver.xst
Log Message:
-----------
Merge pull request #72 from pali/fix_dbd_db_do6
Fix calling dbd_db_do6 API function
Compare: https://github.com/perl5-dbi/dbi/compare/d04cc8102704...321d2865b345